Trait mina_hasher::DomainParameter
source · pub trait DomainParameter: Clone {
// Required method
fn into_bytes(self) -> Vec<u8>;
}
Expand description
The domain parameter trait is used during hashing to convey extra arguments to domain string generation. It is also used by generic signing code.
Required Methods§
sourcefn into_bytes(self) -> Vec<u8>
fn into_bytes(self) -> Vec<u8>
Conversion into vector of bytes