]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - scal/scal-nessie.c
trivium fixed; further migrating to SCAL
[avr-crypto-lib.git] / scal / scal-nessie.c
index 26105c0a9a56bafba3821cab0b1b63bfeb5985bd..b4cddf4a4568721f4bea200f8cecbf9f94981a38 100644 (file)
@@ -118,6 +118,9 @@ void long_block(scgen_ctx_t *ctx){
                        hook_str_ptr =  (uint8_t*)hook_str_ptr + 2;
                        nessie_print_item(str, block, 64);
                }
+               if(i%64==0){
+                       NESSIE_SEND_ALIVE;
+               }
        }
        strcpy_P(str, (PGM_VOID_P)pgm_read_word(hook_str_ptr));
        nessie_print_item(str, xor_block, 64);