X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=keccak%2Fkeccak.h;h=b9ecd3e0e5087a02bba06df70ba05a2935becddd;hp=736cbc8a1756228c133dbdd1e9075fab39b63adc;hb=628319e6c3018268ef1c307976a0e81e4dc549b8;hpb=c224e9cb51793990ed6fb2afd7529ff3d6bf72c9 diff --git a/keccak/keccak.h b/keccak/keccak.h index 736cbc8..b9ecd3e 100644 --- a/keccak/keccak.h +++ b/keccak/keccak.h @@ -32,9 +32,9 @@ #define KECCAK512_BLOCKSIZE_B (KECCAK512_BLOCKSIZE / 8) typedef struct{ - uint64_t a[5][5]; - uint16_t r, c; - uint8_t d, bs; + uint8_t a[200]; + uint16_t r; + uint8_t bs; } keccak_ctx_t;