Struct loco_protocol::secure::crypto::CryptoStore [−][src]
pub struct CryptoStore { /* fields omitted */ }Expand description
AES Crypto implementation using aes
Implementations
Create new crypto store using given AES key
Encrypt AES key using RSA public key
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CryptoStore
impl !Send for CryptoStore
impl !Sync for CryptoStore
impl Unpin for CryptoStore
impl UnwindSafe for CryptoStore
Blanket Implementations
Mutably borrows from an owned value. Read more
