[svn] / ecrypt / trunk / scripts / tabulate  

svn: ecrypt/trunk/scripts/tabulate

Diff for /ecrypt/trunk/scripts/tabulate between version 191 and 192

version 191, Mon Jan 15 16:50:11 2007 UTC version 192, Mon Jan 15 17:17:18 2007 UTC
Line 1 
Line 1 
 #!/usr/bin/awk -f  #!/usr/bin/awk -f
   
   BEGIN {
     offset["stream"] = 1;
     offset["40"] = 2;
     offset["576"] = 3;
     offset["1500"] = 4;
     offset["imix"] = 5;
     offset["agility"] = 6;
     offset["key"] = 7;
     offset["IV"] = 8;
   
     if (!sort)
       sort = "stream";
   }
   
 { sub(/\r/, ""); }  { sub(/\r/, ""); }
   
 /^Primitive Name:/ {  /^Primitive Name:/ {
Line 58 
Line 72 
   sub("_", " ", filename);    sub("_", " ", filename);
   split(filename, comp);    split(filename, comp);
   
   print cycles["stream"] " " keysize "-" ivsize "-" macsize ";" \    printf("%.10f ", log(1 + cycles[sort] / 1000000) / 100 + offset[sort]);
     print keysize "-" ivsize "-" macsize ";" \
     "<tr>" \      "<tr>" \
     "<td class='name'><a href='index.html'>" name "</a></td>" \      "<td class='name'><a href='index.html'>" name "</a></td>" \
     "<td class='profile'>" profile "</td>" \      "<td class='profile'>" profile "</td>" \


Generate output suitable for use with a patch program
Legend:
Removed from v.191  
changed lines
  Added in v.192

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help