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

Function algorithm_not_supported_error

modules/llrt_crypto/src/subtle/mod.rs:170–174  ·  view source on GitHub ↗
(ctx: &Ctx<'_>)

Source from the content-addressed store, hash-verified

168 ["Key algorithm must be ", expected_algorithm].concat(),
169 ))
170}
171
172// Stub implementations for providers without _subtle-full
173#[cfg(not(feature = "_subtle-full"))]
174mod stubs;
175#[cfg(not(feature = "_subtle-full"))]
176pub use stubs::subtle_export_key;
177#[cfg(not(feature = "_subtle-full"))]

Callers 8

importFunction · 0.85
from_jsMethod · 0.85
prepare_digestFunction · 0.85
from_jsMethod · 0.85
from_jsMethod · 0.85
generate_keyFunction · 0.85
from_jsMethod · 0.85
subtle_derive_keyFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected