[Cryptech-Commits] [core/math/modexp] 01/01: Updated header to emphasis that this is a top level wrapper.
git at cryptech.is
git at cryptech.is
Tue Jun 2 11:26:22 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 d25a3b438985399857d89536f96f569f158d1b90
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Tue Jun 2 13:26:17 2015 +0200
Updated header to emphasis that this is a top level wrapper.
---
src/rtl/modexp.v | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/rtl/modexp.v b/src/rtl/modexp.v
index e5158ed..4e9fc51 100644
--- a/src/rtl/modexp.v
+++ b/src/rtl/modexp.v
@@ -2,8 +2,9 @@
//
// modexp.v
// --------
-// Modular exponentiation core for implementing public key algorithms
-// such as RSA, DH, ElGamal etc.
+// Top level wrapper for the modula exponentiation core. The core
+// is used to implement public key algorithms such as RSA,
+// DH, ElGamal etc.
//
// The core calculates the following function:
//
More information about the Commits
mailing list