]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hfal_twister384.c
moved twister naming from big to large
[avr-crypto-lib.git] / hfal_twister384.c
index de97177fc408ff89325e0ceeae33e2ad59b10428..888078e422f3d5cc790bafd934ffcf933e5eb459 100644 (file)
@@ -28,7 +28,7 @@
 #include <avr/pgmspace.h>
 #include <stdlib.h>
 #include "hashfunction_descriptor.h"
-#include "twister-big.h"
+#include "twister-large.h"
 
 static const char twister384_str[]   PROGMEM = "Twister-384";