X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bigint%2Fbigint.h;h=6545928dc274707ccf763f00e3f08b341457e551;hb=eb0cafe05ab4cdf60878dbd81e4ff3712d5150f2;hp=d07713dfacc5bec478d7ade48cc069fc63c0bef8;hpb=10951fe0bb7dae5229dff9408d8157490005590c;p=avr-crypto-lib.git diff --git a/bigint/bigint.h b/bigint/bigint.h index d07713d..6545928 100644 --- a/bigint/bigint.h +++ b/bigint/bigint.h @@ -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;