Function franklin_crypto::plonk::circuit::byte::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>