mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 17:00:49 +02:00
Fixup code comments in XMSS and LMS
This commit is contained in:
@@ -95,8 +95,8 @@
|
||||
#include <wolfssl/wolfcrypt/lms.h>
|
||||
#include <wolfssl/wolfcrypt/sha256.h>
|
||||
|
||||
/* When hash struct internals are not accessible (hardware SHA acceleration),
|
||||
* fall back to full hash API calls. */
|
||||
/* When raw hash access APIs are disabled or unavailable (WOLFSSL_NO_HASH_RAW),
|
||||
* fall back to using the full hash API calls. */
|
||||
#if defined(WOLFSSL_NO_HASH_RAW) && !defined(WC_LMS_FULL_HASH)
|
||||
#define WC_LMS_FULL_HASH
|
||||
#endif
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
#include <wolfssl/wolfcrypt/sha512.h>
|
||||
#include <wolfssl/wolfcrypt/sha3.h>
|
||||
|
||||
/* When hash struct internals are not accessible (hardware SHA acceleration),
|
||||
* fall back to full hash API calls. */
|
||||
/* When raw hash access APIs are disabled or unavailable (WOLFSSL_NO_HASH_RAW),
|
||||
* fall back to using the full hash API calls. */
|
||||
#if defined(WOLFSSL_NO_HASH_RAW) && !defined(WC_XMSS_FULL_HASH)
|
||||
#define WC_XMSS_FULL_HASH
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user