Open igaray opened 1 year ago
The secp256k1-related syscalls are marked as todo! in the NativeSyscallHandler implementation.
secp256k1
todo!
https://github.com/lambdaclass/starknet_in_rust/pull/943/files#diff-050b376c364b46aa56077588d77a5939973603c9caf47e452bc0895b5b6cd161R217
For implementing this one we require secp256k1 and secp256r1 curves in Lambdaworks.
The
secp256k1
-related syscalls are marked astodo!
in the NativeSyscallHandler implementation.https://github.com/lambdaclass/starknet_in_rust/pull/943/files#diff-050b376c364b46aa56077588d77a5939973603c9caf47e452bc0895b5b6cd161R217