Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_object
Method · 0.85
Calls
3
clone
Method · 0.45
set
Method · 0.45
as_str
Method · 0.45
Tested by
no test coverage detected