@openagentid/crypto-wasm (TypeScript)
Foundational WASM crypto primitives for OpenAgent, Arsenal, AEGIS, and OAS SDKs — one source of truth for Rust and TypeScript cryptographic correctness.
Purpose
Foundational WASM crypto primitives for OpenAgent, Arsenal, AEGIS, and OAS SDKs — one source of truth for Rust and TypeScript cryptographic correctness.
Read the cryptographic binding guide.
Source contract
| Field | Value |
|---|---|
| Package | @openagentid/crypto-wasm |
| Version | 0.1.1 |
| Language | TypeScript |
| Runtime floor | {} |
| Manifest | openagent-sdk/crates/openagent-crypto-wasm/pkg/package.json |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: 9c804c0cebbbdf81a73a8eb86450123f1935ae0d48800a9c4be560bac73b93cb. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.
Integration
Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.
Declared package subpaths
{
".": {
"types": "./openagent_crypto_wasm.d.ts",
"node": "./node/openagent_crypto_wasm.js",
"default": "./openagent_crypto_wasm.js"
},
"./package.json": "./package.json"
}Exported entry points
The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.
This package is a build/deployment configuration or uses a nonstandard entry path. Its manifest is the authoritative boundary; consult the task guide before running it.
openagent-auth-protocol (Rust)
Transport-agnostic type layer for the OpenAgent Core Protocol identity flow (challenge-response authentication, Core Protocol Specification Section 15).
openagent-crypto-wasm (Rust)
Foundational WASM crypto primitives for OpenAgent, Arsenal, AEGIS, and OAS SDKs — one source of truth for Rust and TypeScript cryptographic correctness.