Add signature validation to TMD

This commit is contained in:
Pengfei
2021-07-29 23:27:13 +08:00
parent 502e05dc2b
commit 15b1af7dd1
6 changed files with 75 additions and 7 deletions
+2
View File
@@ -158,6 +158,7 @@ set(cryptopp_SOURCES
cryptopp/neon-simd.cpp
cryptopp/oaep.cpp
cryptopp/osrng.cpp
cryptopp/pkcspad.cpp
cryptopp/pubkey.cpp
cryptopp/queue.cpp
cryptopp/randpool.cpp
@@ -165,6 +166,7 @@ set(cryptopp_SOURCES
cryptopp/rijndael-simd.cpp
cryptopp/rijndael.cpp
cryptopp/rng.cpp
cryptopp/rsa.cpp
cryptopp/sha-simd.cpp
cryptopp/sha.cpp
cryptopp/sse-simd.cpp