]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - whirlpool/whirlpool.h
added Whirlpool-0 and Whirlpool-T
[avr-crypto-lib.git] / whirlpool / whirlpool.h
index bc80f9e0e98935424350b6584ba18aa1c38192ae..d65f6e61c39f114fd6c8d33aa86f1bf3edfbcf73 100644 (file)
@@ -27,7 +27,6 @@ typedef struct {
        uint32_t blocks;
 } whirlpool_ctx_t;
 
-uint8_t whirlpool_sbox(uint8_t a);
 
 void whirlpool_init(whirlpool_ctx_t* ctx);
 void whirlpool_nextBlock(whirlpool_ctx_t* ctx,const void* block);