[Cryptech-Commits] [core/cipher/aes] branch master updated: Bump the version number, because new code.
git at cryptech.is
git at cryptech.is
Tue Jan 15 19:00:13 UTC 2019
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository core/cipher/aes.
The following commit(s) were added to refs/heads/master by this push:
new a193ff4 Bump the version number, because new code.
a193ff4 is described below
commit a193ff4771e8bcfcfb02b798422bf963bcfc2e96
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Tue Jan 15 14:00:00 2019 -0500
Bump the version number, because new code.
---
src/rtl/aes.v | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rtl/aes.v b/src/rtl/aes.v
index 492ba56..1df92f3 100644
--- a/src/rtl/aes.v
+++ b/src/rtl/aes.v
@@ -85,7 +85,7 @@ module aes(
localparam CORE_NAME0 = 32'h61657320; // "aes "
localparam CORE_NAME1 = 32'h20202020; // " "
- localparam CORE_VERSION = 32'h302e3630; // "0.60"
+ localparam CORE_VERSION = 32'h302e3730; // "0.70"
//----------------------------------------------------------------
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list