openagent-crypto-wasm · crate
Declared module signatures, types, configuration, and source documentation.
Source: openagent-sdk/crates/openagent-crypto-wasm/src/lib.rs. SHA-256: ca7f8f0e1dcb8f5effbb78f617609f811f8d519ada03695de6199cebdbf2ce9d.
This source reference follows declared modules and preserves feature attributes. It includes public declarations and implementation methods in those modules. Private-module exports and trait resolution still require the compiler; not every declaration is a crate-root import. Function bodies and constant values are omitted. Source comments describe their implementation context and are not a production deployment claim.
aead
pub mod aead;Source line: 86.
blake3_hash
pub mod blake3_hash;Source line: 87.
ct
pub mod ct;Source line: 88.
ed25519
pub mod ed25519;Source line: 89.
encoding
pub mod encoding;Source line: 90.
error
pub mod error;Source line: 91.
frost
pub mod frost;Source line: 92.
hkdf_sha256
pub mod hkdf_sha256;Source line: 93.
jcs
pub mod jcs;Source line: 94.
kdf_password
pub mod kdf_password;Source line: 95.
sha
pub mod sha;Source line: 96.
x25519
pub mod x25519;Source line: 97.
wasm_api
#[cfg(feature = "wasm")]
#[cfg_attr(docsrs, doc(cfg(feature = "wasm")))]
pub mod wasm_api;Source line: 101.
pub use error::CryptoError;
pub use error::CryptoError;Source line: 103.
::VERSION
Crate version, sourced from Cargo.toml at compile time.
pub const VERSION: &str;Source line: 106.