Skip to content

Commit

Permalink
Add x25519 support for EIP 1024 ETH extensions
Browse files Browse the repository at this point in the history
Apply clang-format

Apply clang-format

Fix scalarmult_curve25519
  • Loading branch information
BTChip github committed Apr 6, 2022
1 parent 5a8e49b commit ef856dc
Show file tree
Hide file tree
Showing 6 changed files with 2,594 additions and 0 deletions.
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

0 comments on commit ef856dc

Please sign in to comment.