[Cryptech-Commits] [core/math/modexp] 01/01: Fixed names.
git at cryptech.is
git at cryptech.is
Sun May 24 19:54:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch master
in repository core/math/modexp.
commit 7b58de73ca8e86479372337d6ac313c22babb72a
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Sun May 24 21:54:42 2015 +0200
Fixed names.
---
src/tb/tb_modexp.v | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tb/tb_modexp.v b/src/tb/tb_modexp.v
index 1eb7c13..9861106 100644
--- a/src/tb/tb_modexp.v
+++ b/src/tb/tb_modexp.v
@@ -1017,8 +1017,8 @@ module tb_modexp();
tc3();
// autogenerated_BASIC_33bit();
// autogenerated_BASIC_128bit();
- e65537_64it_modulus();
- e65537_128it_modulus();
+ e65537_64bit_modulus();
+ e65537_128bit_modulus();
e65537_256bit_modulus();
display_test_results();
More information about the Commits
mailing list