Skip to content

Commit

Permalink
Add tests for ellswift module
Browse files Browse the repository at this point in the history
These include both test vectors taken from BIP324, as randomized unit tests.
  • Loading branch information
sipa committed Jun 20, 2023
1 parent c47917b commit 9695deb
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 11 deletions.
1 change: 1 addition & 0 deletions src/modules/ellswift/Makefile.am.include
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include_HEADERS += include/secp256k1_ellswift.h
noinst_HEADERS += src/modules/ellswift/main_impl.h
noinst_HEADERS += src/modules/ellswift/tests_impl.h
Loading

0 comments on commit 9695deb

Please sign in to comment.