Type Alias commit_verify::Ripemd160

source ·
pub type Ripemd160 = CoreWrapper<Ripemd160Core>;
Expand description

RIPEMD-160 hasher.

Aliased Type§

struct Ripemd160 { /* private fields */ }

Trait Implementations§

source§

impl DigestExt<20> for Ripemd160

source§

fn from_tag(tag: impl AsRef<[u8]>) -> Self

source§

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

source§

fn finish(self) -> [u8; 20]

source§

fn input_with_len<const MAX: usize>(&mut self, data: &[u8])