lambdaclass / starknet_in_rust

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

Implement `secp256k1`-related syscalls for the native syscall handler #1066

Open igaray opened 1 year ago

igaray commented 1 year ago

The secp256k1-related syscalls are marked as todo! in the NativeSyscallHandler implementation.

https://github.com/lambdaclass/starknet_in_rust/pull/943/files#diff-050b376c364b46aa56077588d77a5939973603c9caf47e452bc0895b5b6cd161R217

juanbono commented 11 months ago

For implementing this one we require secp256k1 and secp256r1 curves in Lambdaworks.