From ffb543fed93541680a5d94010ea6b01210151eaa Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 28 Feb 2019 17:06:13 -0500 Subject: 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 -- cgit v1.2.3