Skip to content

Commit

Permalink
adding ML-DSA-44 and ML-DSA-87
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Oct 24, 2024
1 parent 8128380 commit c82a6f9
Show file tree
Hide file tree
Showing 54 changed files with 3,773 additions and 2,009 deletions.
9 changes: 5 additions & 4 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,10 @@ if(ENABLE_DILITHIUM)
set(
DILITHIUM_SOURCES

dilithium/p_dilithium3.c
dilithium/p_dilithium3_asn1.c
dilithium/sig_dilithium3.c
nistdsa/nistdsa.c
nistdsa/p_nistdsa.c
evp_extra/p_nistdsa_asn1.c
ml_dsa/ml_dsa.c
)
endif()

Expand Down Expand Up @@ -772,7 +773,7 @@ if(BUILD_TESTING)
ecdh_extra/ecdh_test.cc
dh_extra/dh_test.cc
digest_extra/digest_test.cc
dilithium/p_dilithium_test.cc
ml_dsa/mldsa_test.cc
dsa/dsa_test.cc
des/des_test.cc
endian_test.cc
Expand Down
125 changes: 0 additions & 125 deletions crypto/dilithium/p_dilithium3.c

This file was deleted.

248 changes: 0 additions & 248 deletions crypto/dilithium/p_dilithium3_asn1.c

This file was deleted.

Loading

0 comments on commit c82a6f9

Please sign in to comment.