Struct block_modes::Ecb[][src]

pub struct Ecb<C: BlockCipher, P: Padding> { /* fields omitted */ }

Methods

impl<C: BlockCipher, P: Padding> Ecb<C, P>
[src]

Trait Implementations

impl<C: BlockCipher, P: Padding> BlockMode<C, P> for Ecb<C, P>
[src]

Auto Trait Implementations

impl<C, P> Send for Ecb<C, P> where
    C: Send,
    P: Send

impl<C, P> Sync for Ecb<C, P> where
    C: Sync,
    P: Sync