X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=bigint%2Fbigint.h;h=0ae129ccb9bbb0b04ac7d9f02832ba5ce0a78607;hp=d07713dfacc5bec478d7ade48cc069fc63c0bef8;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=10951fe0bb7dae5229dff9408d8157490005590c diff --git a/bigint/bigint.h b/bigint/bigint.h index d07713d..0ae129c 100644 --- a/bigint/bigint.h +++ b/bigint/bigint.h @@ -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 #include -#define BIGINT_WORD_SIZE 32 +#define BIGINT_WORD_SIZE 8 #if BIGINT_WORD_SIZE == 8 typedef uint8_t bigint_word_t;