aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2019-02-28 17:06:13 -0500
committerPaul Selkirk <paul@psgd.org>2019-02-28 17:06:13 -0500
commitffb543fed93541680a5d94010ea6b01210151eaa (patch)
treec93c03193da837928f58de1800d2343a46225b04
parentd8c550b79efc0db96b52c90f652462371172d52c (diff)
Increase volatile keystore size to allow for multi-level hashsig trees.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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