pub struct Poseidon<E: Environment, const RATE: usize> { /* private fields */ }
Initializes a new instance of Poseidon.
Returns the domain separator for the hash function.
Returns the Poseidon parameters for hashing.
Performs copy-assignment from
source
.
Read more
Returns the cryptographic hash for a list of field elements as input.
Returns the cryptographic hash for a list of field elements as input,
and returns the specified number of field elements as output.
Returns a group element from hashing the input.
Returns a scalar from hashing the input.
This method uses truncation (up to data bits) to project onto the scalar field.
Returns the output for the given seed and input.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more
Uses borrowed data to replace owned data, usually by cloning.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.