[Cryptech-Commits] [sw/libhal] 01/07: catch up to changes in core version numbers

git at cryptech.is git at cryptech.is
Sun Nov 1 04:03:22 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 sw/libhal.

commit 18dfadfbc018cb4b6fa79c57b796b5ff51adfadc
Author: Paul Selkirk <paul at psgd.org>
Date:   Mon Oct 19 18:01:24 2015 -0400

    catch up to changes in core version numbers
---
 hal.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hal.h b/hal.h
index 4a5e239..b266cba 100644
--- a/hal.h
+++ b/hal.h
@@ -189,7 +189,7 @@
 
 #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 @@
 /* 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