Skip to content

Commit

Permalink
CMakeLists: Add missing sha3.
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Jun 11, 2021
1 parent 3110fa4 commit 0248267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ set(BITCOIN_CRYPTO_SOURCES
./src/crypto/sha1.cpp
./src/crypto/sha256.cpp
./src/crypto/sha512.cpp
./src/crypto/sha3.cpp
./src/crypto/chacha20.cpp
./src/crypto/hmac_sha256.cpp
./src/crypto/rfc6979_hmac_sha256.cpp
Expand Down

0 comments on commit 0248267

Please sign in to comment.