From d25a3b438985399857d89536f96f569f158d1b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Tue, 2 Jun 2015 13:26:17 +0200 Subject: Updated header to emphasis that this is a top level wrapper. --- src/rtl/modexp.v | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/rtl/modexp.v') 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: // -- cgit v1.2.3