lambdaclass / starknet_in_rust

A Rust implementation of Starknet execution logic
Apache License 2.0
171 stars 52 forks source link

Add bitcoin curve support. #1218

Closed azteca1998 closed 8 months ago

azteca1998 commented 9 months ago

Add bitcoin curve syscalls support

Description

Add support for the following syscalls:

Remaining syscalls:

Checklist

azteca1998 commented 8 months ago

Returning an error there would mean sending said error into Cairo from our side. Should I do that regardless?