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: SizedDigest input data in a chained manner.
Implementors
impl<T> Update for CoreWrapper<T>impl<T> Update for RtVariableCoreWrapper<T>