Skip to content

feat: implement ecop builtin #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 31, 2024
Merged

feat: implement ecop builtin #72

merged 3 commits into from
May 31, 2024

Conversation

zmalatrax
Copy link
Collaborator

Solves #66

  • Add @scure/starknet library, which will be used as the cryptography library for operations on curves (ecop) and hashes (e.g. keccak, pedersen, poseidon builtins)
  • Implement EcOp builtin

@zmalatrax zmalatrax self-assigned this May 30, 2024
@zmalatrax zmalatrax linked an issue May 30, 2024 that may be closed by this pull request
@ClementWalter ClementWalter merged commit ae2743b into main May 31, 2024
3 checks passed
@ClementWalter ClementWalter deleted the feat/ecop branch May 31, 2024 08:06
zmalatrax added a commit that referenced this pull request Jun 4, 2024
* feat: add ecop builtin

* chore: remove dead code

* chore: remove hardcoded end value from ecop input slice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: implement EcOp builtin
2 participants