light_poseidon

Function bytes_to_prime_field_element_le

Source
pub fn bytes_to_prime_field_element_le<F>(
    input: &[u8],
) -> Result<F, PoseidonError>
where F: PrimeField,
Expand description

Converts a slice of little -endian bytes into a prime field element, represented by the ark_ff::PrimeField trait.