Trait zkp_hash::Hashable

source ·
pub trait Hashable {
    // Required method
    fn hash(&self) -> Hash;
}

Required Methods§

source

fn hash(&self) -> Hash

Implementations on Foreign Types§

source§

impl Hashable for FieldElement

source§

fn hash(&self) -> Hash

source§

impl Hashable for U256

source§

fn hash(&self) -> Hash

source§

impl<T: Hashable> Hashable for &[T]

source§

fn hash(&self) -> Hash

source§

impl<T: Hashable> Hashable for &T

source§

fn hash(&self) -> Hash

source§

impl<T: Hashable> Hashable for Vec<T>

source§

fn hash(&self) -> Hash

Implementors§