aztec-nr - noir_aztec::authwit::authorization_selector

Struct AuthorizationSelector

pub struct AuthorizationSelector
{ /* private fields */ }

Implementations

impl AuthorizationSelector

pub fn from_u32(value: u32) -> Self pub fn from_signature<let N: u32>(signature: str<N>) -> Self pub fn zero() -> Self

Trait implementations

impl Deserialize for AuthorizationSelector

pub fn deserialize(serialized: [Field; 1]) -> Self

impl Empty for AuthorizationSelector

pub fn empty() -> Self pub fn is_empty(self) -> bool pub fn assert_empty<let S: u32>(self, msg: str<S>)

impl Eq for AuthorizationSelector

pub fn eq(_self: Self, _other: Self) -> bool

impl FromField for AuthorizationSelector

pub fn from_field(field: Field) -> Self

impl Serialize for AuthorizationSelector

pub fn serialize(self) -> [Field; 1]

impl ToField for AuthorizationSelector

pub fn to_field(self) -> Field