Skip to content

Commit

Permalink
x25519 test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Jul 26, 2024
1 parent 06164ee commit acb4e57
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4,572 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ include tests/ntt-kyber/ntt-kyber.mk
include tests/ntt-neon/ntt-neon.mk
include tests/ntt-sve2/ntt-sve2.mk
include tests/profiling/profiling.mk
include tests/x25519/x25519.mk

testname = $(shell echo $(1) | tr '[a-z]' '[A-Z]' | tr '-' '_' | tr '/' '_')
testdir = $(addprefix $(2),tests/$(firstword $(subst /, ,$1))/)
Expand Down
Loading

0 comments on commit acb4e57

Please sign in to comment.