navajo 0.0.4

cryptographic APIs
Documentation
1
2
3
4
5
6
7
pub enum Mode {
    Base,
    /// Authenticated Public Key Encryption (APKE)
    Auth,
    PSK,
    AuthPsk,
}