Skip to content
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

Add x25519 support for EIP 1024 ETH extensions #268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdk/bolos_syscalls_2.0.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
#define SYSCALL_cx_ecpoint_cmp_ID_IN 0x6000fbc5UL
#define SYSCALL_cx_ecpoint_is_on_curve_ID_IN 0x6000fcc5UL
#define SYSCALL_cx_ecpoint_is_at_infinity_ID_IN 0x60014babUL
#define SYSCALL_cx_ecpoint_x25519_ID_IN 0x60001b3dUL
#define SYSCALL_cx_crc32_hw_ID_IN 0x60010271UL
#define SYSCALL_cx_get_random_bytes_ID_IN 0x60010775
#define SYSCALL_cx_trng_get_random_data_ID_IN 0x60010676UL
Expand Down
Loading