diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2017-07-13 23:33:11 -0700 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2017-07-20 09:03:53 -0700 |
commit | c1ccb15b0e847eb95623f9d25dc522aa02dbdbe8 (patch) | |
tree | 659366f3215952eebac27e504d4a25b070732f0d /src/Makefile.am | |
parent | 2991c91d88f3d17ac6b38bddfa6f1b6b8d835c0f (diff) |
Add SSE4 based SHA256
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 06b09404a7..35bfeb466c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -263,6 +263,7 @@ crypto_libbitcoin_crypto_a_SOURCES = \ crypto/sha1.cpp \ crypto/sha1.h \ crypto/sha256.cpp \ + crypto/sha256_sse4.cpp \ crypto/sha256.h \ crypto/sha512.cpp \ crypto/sha512.h |