]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bmw_small.c
moving SHA1 and SHA2 testvectors
[avr-crypto-lib.git] / bmw_small.c
index 0806f612fc94bf5dc422dd027d7ad7d8c291512b..aefd592d2212eff728d2d8c749d5249495f1ca8b 100644 (file)
@@ -36,7 +36,7 @@
 #define ROTL32(a,n) (((a)<<(n))|((a)>>(32-(n))))
 #define ROTR32(a,n) (((a)>>(n))|((a)<<(32-(n))))
 
-#define BUG24 1
+#define BUG24   0
 #define F0_HACK 1
 
 #define DEBUG 0