forked from lambdaclass/starknet_in_rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bitcoin curve support. (lambdaclass#1218)
* Update `cairo-native` version. * Implement syscall `secp256k1_new`. * Fix stuff. * Add some secp libfuncs. * Add `secp256k1_mul` and `secp256r1_mul`. * Fix keccal syscall and comment on the unwraps. * Implement missing secp256 syscalls. * Add missing unwrap comments. * Add tests. --------- Co-authored-by: Esteve Soler Arderiu <esteve@MacBook-Pro-de-Esteve.local>
- Loading branch information
1 parent
05e3bb9
commit 2e7bcc1
Showing
4 changed files
with
948 additions
and
104 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.