X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=keccak%2Fkeccak.h;h=edc8d8105fe5b8159e87dd6538cdfd5244dc4ff0;hp=b9ecd3e0e5087a02bba06df70ba05a2935becddd;hb=cd50f65c371296cc88b46f45a609713f96644662;hpb=628319e6c3018268ef1c307976a0e81e4dc549b8 diff --git a/keccak/keccak.h b/keccak/keccak.h index b9ecd3e..edc8d81 100644 --- a/keccak/keccak.h +++ b/keccak/keccak.h @@ -38,7 +38,7 @@ typedef struct{ } keccak_ctx_t; -void keccak_init(uint16_t r, uint16_t c, uint8_t d, keccak_ctx_t* ctx); +void keccak_init(uint16_t r, keccak_ctx_t* ctx); void keccak224_init(keccak_ctx_t* ctx); void keccak256_init(keccak_ctx_t* ctx); void keccak384_init(keccak_ctx_t* ctx);