Trait Update

trait Update

Types which consume data with byte granularity.

Required Methods

fn update(self: &mut Self, data: &[u8])

Update state using the provided data.

Provided Methods

fn chain<impl AsRef<[u8]>: AsRef<[u8]>>(self: Self, data: impl AsRef<[u8]>) -> Self
where
    Self: Sized

Digest input data in a chained manner.

Implementors