]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bigint/bigint.h
bug fixing and support for malloc instead of stack memory (some functions)
[avr-crypto-lib.git] / bigint / bigint.h
index d07713dfacc5bec478d7ade48cc069fc63c0bef8..6545928dc274707ccf763f00e3f08b341457e551 100644 (file)
@@ -32,7 +32,7 @@
 #include <stdint.h>
 #include <limits.h>
 
-#define BIGINT_WORD_SIZE 32
+#define BIGINT_WORD_SIZE 8
 
 #if BIGINT_WORD_SIZE == 8
 typedef uint8_t  bigint_word_t;