Enum ink_env::hash::Blake2x128
source · pub enum Blake2x128 {}
Expand description
The BLAKE-2 crypto hash with 128-bit output.
Trait Implementations§
source§impl Clone for Blake2x128
impl Clone for Blake2x128
source§fn clone(&self) -> Blake2x128
fn clone(&self) -> Blake2x128
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more