X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=keccak%2Fkeccak-asm.S;fp=keccak%2Fkeccak-asm.S;h=459994ae31d122f9ba135fe1135360f300f00f1b;hp=030c7a69005745917730a91fa02c6f4d53767894;hb=b14938245d00969fde184d6c8490ff0d1a7ab7e1;hpb=7c993b1b86afa12a6e3d27c934e6edfb9cd69485 diff --git a/keccak/keccak-asm.S b/keccak/keccak-asm.S index 030c7a6..459994a 100644 --- a/keccak/keccak-asm.S +++ b/keccak/keccak-asm.S @@ -34,8 +34,8 @@ /* typedef struct{ uint64_t a[5][5]; - uint16_t r, c; - uint8_t d, bs; + uint16_t r; + uint8_t bs; } keccak_ctx_t; */ .struct 0