]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bigint/bigint.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / bigint / bigint.h
index d07713dfacc5bec478d7ade48cc069fc63c0bef8..0ae129ccb9bbb0b04ac7d9f02832ba5ce0a78607 100644 (file)
@@ -1,7 +1,7 @@
 /* bigint.h */
 /*
     This file is part of the ARM-Crypto-Lib.
-    Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
+    Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org)
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -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;