X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=threefish.h;h=fe3ce783c141c1c81c2b58ce82602e5bb6fc71cd;hb=ff9f1b74e757f2f67b11c51f65b12fffaa02e18d;hp=eaa369cbfced4674a23179ebeb74ba11d8df9533;hpb=ba4ac1b4a8020026fb6f1a45a1e04e16017262f7;p=avr-crypto-lib.git diff --git a/threefish.h b/threefish.h index eaa369c..fe3ce78 100644 --- a/threefish.h +++ b/threefish.h @@ -66,5 +66,7 @@ void threefish512_enc(void* data, const threefish512_ctx_t* ctx); void threefish1024_enc(void* data, const threefish1024_ctx_t* ctx); void threefish256_dec(void* data, const threefish256_ctx_t* ctx); +void threefish512_dec(void* data, const threefish512_ctx_t* ctx); +void threefish1024_dec(void* data, const threefish1024_ctx_t* ctx); #endif /* THREEFISH_H_ */