MCPcopy Create free account
hub / github.com/docknetwork/crypto / mul

Method mul

utils/src/msm.rs:50–52  ·  view source on GitHub ↗
(self, rhs: &G::ScalarField)

Source from the content-addressed store, hash-verified

48 type Output = G;
49
50 fn mul(self, rhs: &G::ScalarField) -> Self::Output {
51 self.multiply(rhs)
52 }
53}
54
55/// The same group element is multiplied by each in `elements` using a window table

Callers 15

decryptMethod · 0.80
generate_constraintsMethod · 0.80
rerandomize_proofFunction · 0.80
rerandomize_proof_1Function · 0.80
evaluate_constraintFunction · 0.80
sparse_inner_productMethod · 0.80
scale_vectorFunction · 0.80
keygenMethod · 0.80
final_verification_checkFunction · 0.80
verify_tipp_mippFunction · 0.80
verify_aggregate_proofFunction · 0.80
verify_tipp_mippFunction · 0.80

Calls 1

multiplyMethod · 0.80

Tested by 1

generate_constraintsMethod · 0.64