sframe 1.1.0

pure rust implementation of SFrame (RFC 9605)
Documentation
1
2
3
4
5
mod crypto_key;
mod key_store;

pub use crypto_key::{DecryptionKey, EncryptionKey};
pub use key_store::KeyStore;