RawHash

Trait RawHash 

Source
pub trait RawHash { }
Expand description

RawHash defines a common interface for raw hash types.

Implementations on Foreign Types§

Source§

impl RawHash for Vec<u8>

Source§

impl RawHash for [u8; 20]

Source§

impl RawHash for [u8; 32]

Source§

impl RawHash for [u8]

Implementors§