franklin_crypto::plonk::circuit::utils

Function pack_le_bytes_to_fe

Source
pub fn pack_le_bytes_to_fe<F: PrimeField>(
    bytes: &[u8],
) -> Result<F, SynthesisError>