[Cryptech-Commits] [core/rng/trng] 04/04: (1) Verified that reseeding works. (2) Added missing define for the reseed counter API address.

git at cryptech.is git at cryptech.is
Mon Sep 7 10:31:10 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/rng/trng.

commit d65865e850a3ff75526702a19b5d5f0fd6e4fedd
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Mon Sep 7 12:30:47 2015 +0200

    (1) Verified that reseeding works. (2) Added missing define for the reseed counter API address.
---
 src/tb/tb_csprng.v | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tb/tb_csprng.v b/src/tb/tb_csprng.v
index a1ddfbd..bd84489 100644
--- a/src/tb/tb_csprng.v
+++ b/src/tb/tb_csprng.v
@@ -68,6 +68,7 @@ module tb_csprng();
 
   localparam ADDR_STAT_BLOCKS_LOW  = 8'h14;
   localparam ADDR_STAT_BLOCKS_HIGH = 8'h15;
+  localparam ADDR_STAT_RESEEDS     = 8'h16;
 
   localparam ADDR_RND_DATA         = 8'h20;
 



More information about the Commits mailing list