Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkworks-rs/poly-commit
/ rand_point
Function
rand_point
poly-commit/src/ipa_pc/mod.rs:1082–1084 ·
view source on GitHub ↗
(_: Option<usize>, rng: &mut ChaCha20Rng)
Source
from the content-addressed store, hash-verified
1080
}
1081
1082
fn rand_point<F: PrimeField>(_: Option<usize>, rng: &mut ChaCha20Rng) -> F {
1083
F::rand(rng)
1084
}
1085
1086
#[test]
1087
fn single_poly_test() {
Callers
5
bad_degree_bound_test
Function · 0.50
test_template
Function · 0.50
equation_test_template
Function · 0.50
open
Function · 0.50
verify
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_template
Function · 0.40