aztec-nr - noir_aztec::hash

Struct ArgsHasher

pub struct ArgsHasher {
    pub fields: [Field],
}

Fields

fields: [Field]

Implementations

impl ArgsHasher

pub fn new() -> Self pub fn add(&mut self, field: Field) pub fn add_multiple<let N: u32>(&mut self, fields: [Field; N])

Trait implementations

impl Hash for ArgsHasher

pub fn hash(self) -> Field