]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - config.h
+fix camellia-encrytion bug (state was modifyed by encryption routine)
[avr-crypto-lib.git] / config.h
index a416ef04c3f2f240f814083bc75031011302989c..f7013d3b1382484013139489e1606b70c566d002 100644 (file)
--- a/config.h
+++ b/config.h
@@ -2,7 +2,7 @@
 #define __CONFIG_H__
 #include <avr/io.h>
 
-#define F_CPU 8000000         // Oszillator-Frequenz in Hz
+#define F_CPU 16000000         // Oszillator-Frequenz in Hz
 
 #define DEBUG uart