Registry / crypto / ockam
library0.150.0rscratesunverified

End-to-end encryption and mutual authentication for distributed applications.

# Cargo.toml [dependencies] ockam = "0.150.0"
INSTALL
IMPORT
SIG · OCKAM
O
ockam
cryptorustv0.150.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Node
use ockam::Node;

Creates a new Ockam node for secure communication.

use ockam::Node; fn main() { let mut node = Node::new(); println!("Ockam node created"); }
Debug
Known issues
gotchaRequires an async runtime (tokio) for most operations.
fix
Add tokio and use #[tokio::main].
affects: >=0.1.0
Upgrade
Version history
0.150.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
ockam — cargo add ockam · libregistry