Closed azteca1998 closed 8 months ago
Add support for the following syscalls:
secp256k1_new_syscall
secp256k1_add
secp256k1_mul
secp256k1_get_xy
secp256r1_new_syscall
secp256r1_add
secp256r1_get_xy
Remaining syscalls:
secp256k1_get_point_from_x
secp256r1_get_point_from_x
Returning an error there would mean sending said error into Cairo from our side. Should I do that regardless?
Add bitcoin curve syscalls support
Description
Add support for the following syscalls:
secp256k1_new_syscall
secp256k1_add
secp256k1_mul
secp256k1_get_xy
secp256r1_new_syscall
secp256r1_add
secp256k1_mul
secp256r1_get_xy
Remaining syscalls:
secp256k1_get_point_from_x
secp256r1_get_point_from_x
Checklist