nrfxlib API 3.3.99
Loading...
Searching...
No Matches
ocrypto_lms_sha256.h File Reference

LMS-SHA256 / HSS-SHA256. More...

#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

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)
 

Detailed Description

LMS-SHA256 / HSS-SHA256.

LMS-SHA256 and HSS-SHA256 are stateful PQC signature algorithms.