oas-crypto (Rust)
Cryptographic primitives for the Open Agent Specification (OAS)
Purpose
Cryptographic primitives for the Open Agent Specification (OAS)
Source contract
| Field | Value |
|---|---|
| Package | oas-crypto |
| Version | 1.1.1 |
| Language | Rust |
| Runtime floor | 1.81 |
| Manifest | oas/oas/oas-crypto/Cargo.toml |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: 280fefb2084ac1bd7b5ab3ef62e407570346784e3700195b646149a266411055. 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.
Features and optional dependencies
{
"default": [],
"frost": [
"dep:frost-ed25519"
]
}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.
oas/oas/oas-crypto/src/lib.rs
Source SHA-256: d41cbcc68d6f87d9c0f487dfe80b5d398691b07a89fe2861a74728317110faaa.
pub mod derivation;
pub mod encoding;
pub mod error;
pub mod frost;
pub mod hashing;
pub mod jcs;
pub mod keypair;
pub mod proof;
pub use error::CryptoError;Module signatures and options
Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.