diff options
author | Paul Selkirk <paul@psgd.org> | 2019-02-28 17:06:13 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-02-28 17:06:13 -0500 |
commit | ffb543fed93541680a5d94010ea6b01210151eaa (patch) | |
tree | c93c03193da837928f58de1800d2343a46225b04 /Makefile | |
parent | d8c550b79efc0db96b52c90f652462371172d52c (diff) |
Increase volatile keystore size to allow for multi-level hashsig trees.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |