X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=host%2Fdata2wiki.rb;h=15012315e0995b9576fbd601b7377589f31aa110;hb=6095187b080b960d111a54f18a3b2da788d2d59d;hp=d5c74444f2b9f72e201245f58d82dcc06fd46022;hpb=e0fbef3e36b457e05c8b7146a75c1d95e02b60ba;p=arm-crypto-lib.git diff --git a/host/data2wiki.rb b/host/data2wiki.rb index d5c7444..1501231 100644 --- a/host/data2wiki.rb +++ b/host/data2wiki.rb @@ -2,7 +2,7 @@ # performnce to wiki =begin - This file is part of the AVR-Crypto-Lib. + This file is part of the ARM-Crypto-Lib. Copyright (C) 2009 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -111,9 +111,9 @@ def process_hashfunction(fin, name, impl) stack = 0 end size = get_size_string(impl, name) - printf("| %20s || %6s || %3s || %6d || %7d || %7d || %7d || %7d ||" + + printf("| %20s || %6s || %3s || %6d || %7d || %7s || %7d || %7d ||" + " %7d || %7d || %9.2f || %7d || || || \n|-\n" , - name, $variant, $lang, size, ctxsize, stack, hashsize, blocksize, + name, $variant, $lang, size, ctxsize, '', hashsize, blocksize, inittime, nextblocktime, nextblocktime.to_f/(blocksize/8), lastblocktime+convtime) end