fn normalize_algorithm_for_digest(
cx: JSContext,
algorithm: &ObjectOrString,
) -> Result<DigestAlgorithm, Error>
Expand description
https://w3c.github.io/webcrypto/#algorithm-normalization-normalize-an-algorithm with operation "digest"
fn normalize_algorithm_for_digest(
cx: JSContext,
algorithm: &ObjectOrString,
) -> Result<DigestAlgorithm, Error>
https://w3c.github.io/webcrypto/#algorithm-normalization-normalize-an-algorithm with operation "digest"