X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=keccak%2Fkeccak.h;h=ff176574ff702cda0d002ae03d0564e442262c28;hb=2f9c4bbbec068d68709b5a3080bb958255872438;hp=6d31e714024345daf5f41fbbcb05ec5b6b805bce;hpb=1b51cba0fd060fa2d4aeb085bb51a634c542181d;p=avr-crypto-lib.git diff --git a/keccak/keccak.h b/keccak/keccak.h index 6d31e71..ff17657 100644 --- a/keccak/keccak.h +++ b/keccak/keccak.h @@ -38,8 +38,6 @@ typedef struct{ } keccak_ctx_t; -void keccak_dump_ctx(keccak_ctx_t* ctx); - void keccak_init(uint16_t r, uint16_t c, uint8_t d, keccak_ctx_t* ctx); void keccak224_init(keccak_ctx_t* ctx); void keccak256_init(keccak_ctx_t* ctx);