aztec-nr - noir_aztec::protocol::merkle_tree::leaf_preimage

Trait LeafPreimage

pub trait LeafPreimage {
    // Required methods
    pub fn get_key(self) -> Field;
    pub fn as_leaf(self) -> Field;
}

Required methods

pub fn get_key(self) -> Field pub fn as_leaf(self) -> Field

Implementors

impl LeafPreimage for NoteHashLeafPreimage

impl LeafPreimage for NullifierLeafPreimage

impl LeafPreimage for PublicDataTreeLeafPreimage

impl LeafPreimage for TestLeafPreimage