]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - host/shavs_test.rb
+BlueMidnightWish
[avr-crypto-lib.git] / host / shavs_test.rb
index 225c38133b0907b8723582865490f87885c18f1d..e6a90d1555d5975a934138ade5d46c21437dd6dd 100644 (file)
@@ -57,7 +57,7 @@ def send_md(md_string)
     $sp.print(md_string[i].chr)
 #      print("DBG s: "+ md_string[i].chr) if $debug
        if(i%20==19)
-#              sleep(0.1)
+               sleep(0.01)
        end             
   end
 end
@@ -99,6 +99,7 @@ def run_test(filename)
          putc('*')
        else
          putc('!')
+       #  printf("\nshould: %s\ngot:   %s\n",lb,avr_md)
          errors += 1;
        end  
        pos += 1