diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-12-30 06:57:34 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-12-31 01:56:19 +0100 |
commit | 0c2c0a846d42b05b44d62a3c3fcaf410660f8a4d (patch) | |
tree | edd8f33dae61b4d1ae304a1ef613b23186bc3dc8 /src/Crypto/Sources | |
parent | d462806ea970434ab9f09748f74a86608e1fb31e (diff) | |
download | VeraCrypt-0c2c0a846d42b05b44d62a3c3fcaf410660f8a4d.tar.gz VeraCrypt-0c2c0a846d42b05b44d62a3c3fcaf410660f8a4d.zip |
Cryptography: Optimize Whirlpool implementation by using public domain assembly code developed by Wei Dai
Diffstat (limited to 'src/Crypto/Sources')
-rw-r--r-- | src/Crypto/Sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Crypto/Sources b/src/Crypto/Sources index 417f0e04..9b1b988c 100644 --- a/src/Crypto/Sources +++ b/src/Crypto/Sources @@ -12,6 +12,7 @@ SOURCES = \ Aes_hw_cpu.asm \
Aeskey.c \
Aestab.c \
+ cpu.c \
Rmd160.c \
Serpent.c \
Sha2.c \
|