From 0c2c0a846d42b05b44d62a3c3fcaf410660f8a4d Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 30 Dec 2015 06:57:34 +0100 Subject: Cryptography: Optimize Whirlpool implementation by using public domain assembly code developed by Wei Dai --- src/Crypto/Sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Crypto/Sources') 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 \ -- cgit v1.2.3