]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - threefish.h
+threefis256 asm +ubi256 asm + skein256 asm
[avr-crypto-lib.git] / threefish.h
index 618babe6bb230ba5bbb0c457e32fa7a810c88156..0d3a413a8a8f84f6f23c914e4cb95d626a1f04cc 100644 (file)
@@ -54,6 +54,8 @@ typedef struct{
 } threefish1024_ctx_t;
 
 
+void threefish_mix(void* data, uint8_t rot);
+void threefish256_init_c(void* key, void* tweak, threefish256_ctx_t* ctx);
 
 void threefish256_init(void* key, void* tweak, threefish256_ctx_t* ctx);
 void threefish512_init(void* key, void* tweak, threefish512_ctx_t* ctx);