[Cryptech-Commits] [core/platform/novena] 01/03: catch up to changes in core version numbers
git at cryptech.is
git at cryptech.is
Sun Nov 1 04:03:01 UTC 2015
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/platform/novena.
commit 76774e17233eb7d2a3430317278c8932c8ccb2d7
Author: Paul Selkirk <paul at psgd.org>
Date: Mon Oct 19 17:53:51 2015 -0400
catch up to changes in core version numbers
---
sw/cryptech.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sw/cryptech.h b/sw/cryptech.h
index 5b01bc9..3b9fa14 100644
--- a/sw/cryptech.h
+++ b/sw/cryptech.h
@@ -190,7 +190,7 @@ in order to map it into a 16-bit address space.
#define SHA256_NAME0 "sha2"
#define SHA256_NAME1 "-256"
-#define SHA256_VERSION "0.80"
+#define SHA256_VERSION "0.81"
#define SHA512_NAME0 "sha2"
#define SHA512_NAME1 "-512"
@@ -265,7 +265,7 @@ in order to map it into a 16-bit address space.
// current name and version values
#define TRNG_NAME0 "trng"
#define TRNG_NAME1 " "
-#define TRNG_VERSION "0.50"
+#define TRNG_VERSION "0.51"
#define AVALANCHE_ENTROPY_NAME0 "extn"
#define AVALANCHE_ENTROPY_NAME1 "oise"
More information about the Commits
mailing list