]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - keccak/keccak.h
removing debugging stuff from keccak
[avr-crypto-lib.git] / keccak / keccak.h
index 6d31e714024345daf5f41fbbcb05ec5b6b805bce..ff176574ff702cda0d002ae03d0564e442262c28 100644 (file)
@@ -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);