nrfxlib API 3.3.99
Loading...
Searching...
No Matches

LMS and HSS are stateful signature algorithms (SHAKE hashing used). More...

Files

file  ocrypto_lms_shake256.h
 LMS-SHAKE256 / HSS-SHAKE256.
 

Functions

int ocrypto_lms_shake256_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_shake256_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)
 

Detailed Description

LMS and HSS are stateful signature algorithms (SHAKE hashing used).

All SHAKE256 based parameter sets defined by NIST SP800-208 are supported. Both SHAKE256-192 and SHAKE256-256 are supported.

See also
NIST - Special Publication 800-208