ockam_channel

Crates.ioockam_channel
lib.rsockam_channel
version0.72.0
sourcesrc
created_at2021-04-06 20:06:37.560888
updated_at2023-01-18 16:00:05.493823
descriptionChannel is an abstraction responsible for sending messages (usually over the network) in encrypted and authenticated way.
homepagehttps://github.com/build-trust/ockam
repositoryhttps://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_vault
max_upload_size
id379989
size46,750
Matthew Gregory (mattgreg)

documentation

README

ockam_channel

crate docs license discuss

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.

Channel is an abstraction responsible for sending messages (usually over the network) in encrypted and authenticated way.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_channel = "0.72.0"

License

This code is licensed under the terms of the Apache License 2.0.

Commit count: 0

cargo fmt