Skip to main content

ALG

Constant ALG 

Source
pub const ALG: &str = "ed25519";
Expand description

The signature algorithm name this crate emits and accepts (RFC 9421 Section 3.3.6).

The WIMSE profile forbids the alg parameter outright — the algorithm is pinned by the cnf JWK in the WIT — so this is only used when the crate is driven as a plain RFC 9421 implementation.