[Cryptech-Commits] [sw/libhal] 01/06: Increase volatile keystore size to allow for multi-level hashsig trees.

git at cryptech.is git at cryptech.is
Mon Apr 1 00:59:32 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 sw/libhal.

commit ffb543fed93541680a5d94010ea6b01210151eaa
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Thu Feb 28 17:06:13 2019 -0500

    Increase volatile keystore size to allow for multi-level hashsig trees.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 64391be..6cc3671 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ STATIC_CORE_STATE_BLOCKS = 32
 STATIC_HASH_STATE_BLOCKS = 32
 STATIC_HMAC_STATE_BLOCKS = 16
 STATIC_PKEY_STATE_BLOCKS = 256
-STATIC_KS_VOLATILE_SLOTS = 1280
+STATIC_KS_VOLATILE_SLOTS = 4352
 
 LIB		= libhal.a
 



More information about the Commits mailing list