pub struct HmacDRBG<D>where
D: Update + BlockInput + FixedOutput + Default,
D::BlockSize: ArrayLength<u8>,
D::OutputSize: ArrayLength<u8>,{ /* private fields */ }
pub struct HmacDRBG<D>where
D: Update + BlockInput + FixedOutput + Default,
D::BlockSize: ArrayLength<u8>,
D::OutputSize: ArrayLength<u8>,{ /* private fields */ }