Skip to contents

Hash-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+.

Usage

morie_crypto_slhdsa_keygen()

Value

List with pk (raw, 32 B) and sk (raw, 64 B).

Examples

if (morie_crypto_liboqs_available()) {
  kp <- try(morie_crypto_slhdsa_keygen(), silent = TRUE)
}