X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=host%2Fperformance2wiki.rb;h=a60cde153a0eb29f517586347d7743ebb0988f35;hb=7f4bda01ca923c4a9aca6da3370a7c4793426a5c;hp=c1e3e2afd89b06a44e2600384046a78dece6735a;hpb=951a88cde69f595ef2c00ed941e89ccf1567e3a0;p=avr-crypto-lib.git diff --git a/host/performance2wiki.rb b/host/performance2wiki.rb index c1e3e2a..a60cde1 100644 --- a/host/performance2wiki.rb +++ b/host/performance2wiki.rb @@ -60,7 +60,7 @@ def process_hashfunction(fin, name) printf("| %20s || %3s || %3s || || %4d || || %4d || %4d ||" + " %6d || %6d || %7.2f || %6d || || || \n|-\n" , name, $lang, $lang ,ctxsize, hashsize, blocksize, - inittime, nextblocktime, nextblocktime.to_f/blocksize*8, + inittime, nextblocktime, nextblocktime.to_f/(blocksize/8), lastblocktime+convtime) end