Struct openssl::aes::AesKey [−][src]
pub struct AesKey(_);
The key used to encrypt or decrypt cipher blocks.
Implementations
impl AesKey
[src]
impl AesKey
[src]pub struct AesKey(_);
The key used to encrypt or decrypt cipher blocks.
impl AesKey
[src]impl RefUnwindSafe for AesKey
impl Send for AesKey
impl Sync for AesKey
impl Unpin for AesKey
impl UnwindSafe for AesKey