ockam_identity 0.134.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
mod secure_channel_repository;

pub use secure_channel_repository::*;

#[cfg(feature = "storage")]
mod secure_channel_repository_sql;

#[cfg(feature = "storage")]
pub use secure_channel_repository_sql::*;