mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Use Blind::default().
This commit is contained in:
parent
56b6d8bd03
commit
6d41693af5
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ fn test_proving() {
|
||||||
pubinputs[0] = Fp::one();
|
pubinputs[0] = Fp::one();
|
||||||
pubinputs[0] += Fp::one();
|
pubinputs[0] += Fp::one();
|
||||||
let pubinput = params
|
let pubinput = params
|
||||||
.commit_lagrange(&pubinputs, Blind(Field::one()))
|
.commit_lagrange(&pubinputs, Blind::default())
|
||||||
.to_affine();
|
.to_affine();
|
||||||
|
|
||||||
for _ in 0..100 {
|
for _ in 0..100 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue