Trait InnerInit

trait InnerInit: InnerUser + Sized

Types which can be initialized from another type (usually block ciphers).

Usually used for initializing types from block ciphers.

Required Methods

fn inner_init(inner: <Self as >::Inner) -> Self

Initialize value from the inner.