diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2015-06-02 13:26:17 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2015-06-02 13:26:17 +0200 |
commit | d25a3b438985399857d89536f96f569f158d1b90 (patch) | |
tree | 5607b4a49c67c3534909c1d92f9fc4adf12f395b | |
parent | 90a3fc9ba7793a971698e6bb5c12ae360dad8d5f (diff) |
Updated header to emphasis that this is a top level wrapper.
-rw-r--r-- | src/rtl/modexp.v | 5 |
1 files 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: // |