]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - jh/jh_simple_speed_core.c
removed warnings and bugs
[avr-crypto-lib.git] / jh / jh_simple_speed_core.c
index 6ff0072af7333d12ea246fc30d8d3ac18df77da8..47a2938201db3d099ddfca31c420fde43be1bf60 100644 (file)
@@ -122,7 +122,7 @@ void jh_encrypt(uint8_t* a){
        for(i=0;i<35;++i){
                jh_round(a, i);
        }
-       uint8_t r;
+       uint8_t r=0;
        uint8_t *pr;
 
        pr = jh_round_const + 32*35;