MCPcopy Create free account
hub / github.com/awslabs/llrt / create_hash_object

Function create_hash_object

modules/llrt_crypto/src/subtle/key_algorithm.rs:1385–1389  ·  view source on GitHub ↗
(ctx: &Ctx<'js>, hash: &HashAlgorithm)

Source from the content-addressed store, hash-verified

1383 obj,
1384 algorithm_name,
1385 &usages,
1386 &mut private_usages,
1387 &mut public_usages,
1388 )?,
1389 "ECDH" => Self::from_ec(
1390 ctx,
1391 mode,
1392 obj,

Callers 1

as_objectMethod · 0.85

Calls 3

cloneMethod · 0.45
setMethod · 0.45
as_strMethod · 0.45

Tested by

no test coverage detected