Skip to content

Commit

Permalink
Merge pull request #129 from aqjune-aws/equiv-p521
Browse files Browse the repository at this point in the history
Add `bignum_mont{sqr,mul}_p521_neon`
  • Loading branch information
aqjune-aws authored Jun 20, 2024
2 parents 94db339 + 65f046e commit e6ac9bd
Show file tree
Hide file tree
Showing 25 changed files with 6,129 additions and 408 deletions.
2 changes: 2 additions & 0 deletions arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,10 @@ BIGNUM_OBJ = curve25519/bignum_add_p25519.o \
p521/bignum_mod_p521_9.o \
p521/bignum_montmul_p521.o \
p521/bignum_montmul_p521_alt.o \
p521/bignum_montmul_p521_neon.o \
p521/bignum_montsqr_p521.o \
p521/bignum_montsqr_p521_alt.o \
p521/bignum_montsqr_p521_neon.o \
p521/bignum_mul_p521.o \
p521/bignum_mul_p521_alt.o \
p521/bignum_neg_p521.o \
Expand Down
2 changes: 2 additions & 0 deletions arm/p521/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ OBJ = bignum_add_p521.o \
bignum_mod_p521_9.o \
bignum_montmul_p521.o \
bignum_montmul_p521_alt.o \
bignum_montmul_p521_neon.o \
bignum_montsqr_p521.o \
bignum_montsqr_p521_alt.o \
bignum_montsqr_p521_neon.o \
bignum_mul_p521.o \
bignum_mul_p521_alt.o \
bignum_neg_p521.o \
Expand Down
Loading

0 comments on commit e6ac9bd

Please sign in to comment.