]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - nessie_stream_test.h
forgot the makefile and the round constant generator
[avr-crypto-lib.git] / nessie_stream_test.h
index 940fb529a91b6c077c7346934b75d203bf3e256b..37227985f12307153ee89767eb935abba45d4aca 100644 (file)
@@ -8,6 +8,7 @@ typedef uint8_t (*nessie_stream_genenc_fpt)(void* ctx);
 
 typedef struct nessie_stream_ctx_st{
        uint16_t keysize_b;
+       uint16_t ivsize_b;
        uint16_t outsize_b;
        uint16_t ctx_size_B;
        char* name;