ockam_entity 0.8.0

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod create_key;
mod entity_worker;
mod request;
mod response;
mod rotate_key;

pub use create_key::*;
pub use entity_worker::*;
pub use request::*;
pub use response::*;
pub use rotate_key::*;