MCPcopy 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_testFunction · 0.50
test_templateFunction · 0.50
equation_test_templateFunction · 0.50
openFunction · 0.50
verifyFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_templateFunction · 0.40