Function zcash_proofs::circuit::ecc::fixed_base_multiplication[][src]

pub fn fixed_base_multiplication<CS>(
    cs: CS,
    base: FixedGenerator,
    by: &[Boolean]
) -> Result<EdwardsPoint, SynthesisError> where
    CS: ConstraintSystem<Scalar>, 
Expand description

Perform a fixed-base scalar multiplication with by being in little-endian bit order.