Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

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

Open
10 tasks
igaray opened this issue Oct 6, 2023 · 1 comment
Open
10 tasks

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

igaray opened this issue Oct 6, 2023 · 1 comment
Labels

Comments

@igaray
Copy link
Collaborator

igaray commented Oct 6, 2023

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

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

  • secp256k1_add
  • secp256k1_get_point_from_x
  • secp256k1_get_xy
  • secp256k1_mul
  • secp256k1_new
  • secp256r1_add
  • secp256r1_get_point_from_x
  • secp256r1_get_xy
  • secp256r1_mul
  • secp256r1_new
@igaray igaray added the native label Oct 6, 2023
@igaray igaray added this to Starknet Oct 6, 2023
@igaray igaray changed the title Implement secp256k1 for the native syscall handler Implement secp256k1-related syscalls for the native syscall handler Oct 6, 2023
@juanbono
Copy link
Collaborator

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

@igaray igaray moved this to Todo in Starknet Jan 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Status: Todo
Development

No branches or pull requests

3 participants