sframe 1.1.0

pure rust implementation of SFrame (RFC 9605)
Documentation
1
2
3
4
5
6
7
mod ratcheting_base_key;
mod ratcheting_key_id;
mod ratcheting_key_store;

pub use ratcheting_base_key::RatchetingBaseKey;
pub use ratcheting_key_id::RatchetingKeyId;
pub use ratcheting_key_store::{RatchetingKeyStore, RatchetingKeys};