Context
wasmsign2 uses Ed25519 for Wasm module signatures. portal-co/wasmsign3 is an experiment replacing this with SLH-DSA (FIPS 205, stateless hash-based signatures via Shake128s) — a post-quantum scheme.
for safety-critical and long-lived embedded targets, post-quantum readiness may become a compliance requirement. rather than a separate tool, sigil could support SLH-DSA as an additional signing backend alongside Ed25519 and Sigstore keyless.
Scope
References
Context
wasmsign2 uses Ed25519 for Wasm module signatures. portal-co/wasmsign3 is an experiment replacing this with SLH-DSA (FIPS 205, stateless hash-based signatures via
Shake128s) — a post-quantum scheme.for safety-critical and long-lived embedded targets, post-quantum readiness may become a compliance requirement. rather than a separate tool, sigil could support SLH-DSA as an additional signing backend alongside Ed25519 and Sigstore keyless.
Scope
Shake128s,Shake256s, etc.) for signature size vs. security tradeoffswsc-libno_stdcompatibility (theslh-dsacrate supportsdefault-features = false)References