X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=whirlpool%2Fwhirlpool.h;h=d65f6e61c39f114fd6c8d33aa86f1bf3edfbcf73;hp=bc80f9e0e98935424350b6584ba18aa1c38192ae;hb=3f759a542ce8ba4ffbeb6d336a3557a8abbd3ad4;hpb=1de7784dc5fe0e2ebac23c0ee883a38f65a96b62 diff --git a/whirlpool/whirlpool.h b/whirlpool/whirlpool.h index bc80f9e..d65f6e6 100644 --- a/whirlpool/whirlpool.h +++ b/whirlpool/whirlpool.h @@ -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);