Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
decrypt
Method · 0.80
generate_constraints
Method · 0.80
rerandomize_proof
Function · 0.80
rerandomize_proof_1
Function · 0.80
evaluate_constraint
Function · 0.80
sparse_inner_product
Method · 0.80
scale_vector
Function · 0.80
keygen
Method · 0.80
final_verification_check
Function · 0.80
verify_tipp_mipp
Function · 0.80
verify_aggregate_proof
Function · 0.80
verify_tipp_mipp
Function · 0.80
Calls
1
multiply
Method · 0.80
Tested by
1
generate_constraints
Method · 0.64