script::dom::subtlecrypto

Function normalize_algorithm_for_derive_bits

source
fn normalize_algorithm_for_derive_bits(
    cx: JSContext,
    algorithm: &ObjectOrString,
) -> Result<DeriveBitsAlgorithm, Error>
Expand description