[Cryptech-Commits] [sw/stm32] branch master updated: Add more RPC tasks for better signing performance.
git at cryptech.is
git at cryptech.is
Tue May 5 15:03:57 UTC 2020
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/stm32.
The following commit(s) were added to refs/heads/master by this push:
new 52f72e1 Add more RPC tasks for better signing performance.
52f72e1 is described below
commit 52f72e1e5dc5d3b646b54363f811ee2fd7958c19
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Tue May 5 11:03:32 2020 -0400
Add more RPC tasks for better signing performance.
---
libraries/libhal/Makefile | 1 +
projects/hsm/Makefile | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/libraries/libhal/Makefile b/libraries/libhal/Makefile
index d71956f..7f9bf62 100644
--- a/libraries/libhal/Makefile
+++ b/libraries/libhal/Makefile
@@ -2,5 +2,6 @@ vpath %.c ${LIBHAL_SRC}
vpath %.h ${LIBHAL_SRC}
CFLAGS += -Wno-missing-field-initializers -Wno-unused-parameter
+CFLAGS += -DHAL_STATIC_CLIENT_STATE_BLOCKS=25
include ${LIBHAL_SRC}/Makefile
diff --git a/projects/hsm/Makefile b/projects/hsm/Makefile
index a2b7c0d..7fd3ad6 100644
--- a/projects/hsm/Makefile
+++ b/projects/hsm/Makefile
@@ -12,7 +12,7 @@ OBJS = mgmt-cli.o \
log.o \
$(TOPLEVEL)/task.o
-CFLAGS += -DNUM_RPC_TASK=4
+CFLAGS += -DNUM_RPC_TASK=8
CFLAGS += -I$(LIBHAL_SRC)
CFLAGS += -I$(LIBCLI_SRC)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list