pub fn is_default_optional_algorithm(alg: &Option<SigningAlgorithm>) -> boolExpand description
Returns true when the optional algorithm is absent or is the default
(Ed25519). Used by #[serde(skip_serializing_if)] on envelope fields to
omit the algorithm field for standard Ed25519 artifacts.