X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?a=blobdiff_plain;f=jh%2Fjh_simple.h;h=b97d7f1ca12d951ce7fde3c960eca5eb35a69495;hb=e2a5b474634f8c07d75119c2affdc6bb7f4e7848;hp=8deb4a7243d98978293858524f204d6ca5443342;hpb=bd740a03aa9137d46277a2eee05ac6be538ef69d;p=avr-crypto-lib.git diff --git a/jh/jh_simple.h b/jh/jh_simple.h index 8deb4a7..b97d7f1 100644 --- a/jh/jh_simple.h +++ b/jh/jh_simple.h @@ -36,10 +36,6 @@ typedef struct { uint32_t block_hashed; } jh_ctx_t; -void jh_round(uint8_t* a, uint8_t roundno); -void jh_encrypt(uint8_t* a); - - void jh_init(uint16_t hashlen_b, jh_ctx_t* ctx); void jh_nextBlock(jh_ctx_t* ctx, void* block);