Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docknetwork/crypto
/ len
Method
len
utils/src/randomized_mult_checker.rs:103–105 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
101
}
102
103
pub fn len(&self) -> usize {
104
self.args.len()
105
}
106
107
fn add(&mut self, p: G, s: G::ScalarField) {
108
if let Some(x) = p.x() {
Callers
1
verify
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected