Function script::dom::subtlecrypto::normalize_algorithm_for_key_wrap
source ยท fn normalize_algorithm_for_key_wrap(
cx: JSContext,
algorithm: &AlgorithmIdentifier,
) -> Result<KeyWrapAlgorithm, Error>
Expand description
https://w3c.github.io/webcrypto/#algorithm-normalization-normalize-an-algorithm with operation "wrapKey"
or "unwrapKey"