psa-api
psa-api copied to clipboard
FIPS 205 - API for Stateless hash-based signatures (SLH-DSA)
Based on the discussion and proposal in #97, here is a definition of key types and algorithms for SLH-DSA.
- All twelve parameter sets are supported
- Four algorithm variants for Hedged/Deterministic and Pure/Pre-hash options
- Context values are not supported. These need an additional API to provide the context - as per existing sign-with-optional-context algorithms.
- Key formats are defined.
Fixes #97