Trait block_cipher_trait::BlockCipherFixKey [] [src]

pub trait BlockCipherFixKey: BlockCipher {
    type KeySize: ArrayLength<u8>;
    fn new(key: &GenericArray<u8, Self::KeySize>) -> Self;
}

Associated Types

Required Methods

Implementors