Trait block_cipher_trait::BlockCipherVarKey [] [src]

pub trait BlockCipherVarKey: BlockCipher {
    fn new(key: &[u8]) -> Self;
}

Required Methods

Implementors