
SLH-DSA-SHA2-128s keypair (hash-based signatures, FIPS 205)
Source:R/crypto_pqc_extra.R
morie_crypto_slhdsa_keygen.RdHash-based signatures rest only on the security of the underlying hash function — the most conservative post-quantum assumption. Requires a liboqs build that includes SLH-DSA / SPHINCS+.
Examples
if (morie_crypto_liboqs_available()) {
kp <- try(morie_crypto_slhdsa_keygen(), silent = TRUE)
}