![]() |
nrfxlib API 3.3.99
|
LMS and HSS are stateful signature algorithms (SHA hashing used). More...
Files | |
| file | ocrypto_lms_sha256.h |
| LMS-SHA256 / HSS-SHA256. | |
Functions | |
| int | ocrypto_lms_sha256_verify (const uint8_t *sig, size_t sig_len, const uint8_t *m, size_t m_len, const uint8_t *pk, size_t pk_len) |
| int | ocrypto_hss_sha256_verify (const uint8_t *sig, size_t sig_len, const uint8_t *m, size_t m_len, const uint8_t *pk, size_t pk_len) |
LMS and HSS are stateful signature algorithms (SHA hashing used).
All SHA256 based parameter sets defined by NIST SP800-208 are supported. Both SHA256-192 and SHA256-256 are supported.