Skip to content

Commit

Permalink
fast
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdyer committed Feb 2, 2014
1 parent 4ecb28f commit bf04bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def main():
]
print ', '.join(banner)

ffx = FFX.new(K.to_bytes(16), radix)
ffx = FFX.new(K.to_bytes(), radix)
for i in range(1, trials):
T = random.randint(0, radix ** tweaksize - 1)
T = FFXInteger(T, radix=radix, blocksize=tweaksize)
Expand Down

0 comments on commit bf04bdb

Please sign in to comment.