Crates.io | ockam_channel |
lib.rs | ockam_channel |
version | 0.72.0 |
source | src |
created_at | 2021-04-06 20:06:37.560888 |
updated_at | 2023-01-18 16:00:05.493823 |
description | Channel is an abstraction responsible for sending messages (usually over the network) in encrypted and authenticated way. |
homepage | https://github.com/build-trust/ockam |
repository | https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_vault |
max_upload_size | |
id | 379989 |
size | 46,750 |
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.
Add this to your Cargo.toml
:
[dependencies]
ockam_channel = "0.72.0"
This code is licensed under the terms of the Apache License 2.0.