franklin_crypto::plonk::circuit::byte

Function uniquely_encode_be_bytes

Source
pub fn uniquely_encode_be_bytes<E: Engine, CS: ConstraintSystem<E>>(
    cs: &mut CS,
    bytes: &[Byte<E>],
) -> Result<Vec<Num<E>>, SynthesisError>