[Cryptech-Commits] [core/platform/novena] 02/02: Adding name and version defines for the csprng:
git at cryptech.is
git at cryptech.is
Mon Apr 27 12:07:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch master
in repository core/platform/novena.
commit bd45dddc38d7e7de45d80cf482c265ec3ae57cfd
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Mon Apr 27 14:07:41 2015 +0200
Adding name and version defines for the csprng:
---
eim/sw/cryptech_memory_map.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/eim/sw/cryptech_memory_map.h b/eim/sw/cryptech_memory_map.h
index 1f6bcaa..463aa7b 100644
--- a/eim/sw/cryptech_memory_map.h
+++ b/eim/sw/cryptech_memory_map.h
@@ -244,6 +244,10 @@
#define ROSC_ENTROPY_NAME1 " ent";
#define ROSC_ENTROPY_VERSION "0.10";
+#define CSPRNG_ENTROPY_NAME0 "cspr";
+#define CSPRNG_ENTROPY_NAME1 "ng ";
+#define CSPRNG_ENTROPY_VERSION "0.50";
+
//======================================================================
// EOF cryptech_memory_map.h
More information about the Commits
mailing list