Skip to content

Commit

Permalink
Fix for XMSS WOLFBOOT_XMSS_PARAMS for Xilinx Vitis symbol with stri…
Browse files Browse the repository at this point in the history
…ng. Fix stack size for LMS.
  • Loading branch information
dgarske authored and danielinux committed Aug 14, 2024
1 parent 9e17315 commit 13fc3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IDE/XilinxSDK/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ WOLFBOOT_HASH_SHA256
WOLFSSL_HAVE_XMSS
WOLFSSL_WC_XMSS
WOLFSSL_WC_XMSS_SMALL
WOLFBOOT_XMSS_PARAMS="'XMSS-SHA2_10_256'"
WOLFBOOT_XMSS_PARAMS='\"XMSS-SHA2_10_256\"'
WOLFSSL_XMSS_VERIFY_ONLY
WOLFSSL_XMSS_MAX_HEIGHT=32
WOLFBOOT_SHA_BLOCK_SIZE=4096
Expand Down
2 changes: 1 addition & 1 deletion options.mk
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ ifeq ($(SIGN),LMS)
ifeq ($(WOLFBOOT_SMALL_STACK),1)
$(error WOLFBOOT_SMALL_STACK with LMS not supported)
else
STACK_USAGE=1296
STACK_USAGE=1320
endif
endif

Expand Down

0 comments on commit 13fc3c0

Please sign in to comment.