You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the steps of building, when executing mvn test
java.lang.NullPointerException
at algebra.curves.barreto_naehrig.BNG1.one(BNG1.java:117)
at algebra.curves.barreto_naehrig.BNG1.random(BNG1.java:121)
at algebra.curves.barreto_naehrig.BNG1.random(BNG1.java:17)
at zk_proof_systems.zkSNARK.DistributedSetup.generate(DistributedSetup.java:82)
There are 4 locations where this error occurs.
Tests in error:
DistributedBN254bProofSystemTest(zk_proof_systems.zkSNARK.DistributedzkSNARKTest)
SerialBN254bProofSystemTest(zk_proof_systems.zkSNARK.SerialzkSNARKTest)
BN254bTest(algebra.curves.BilinearityTest)
BN254bTest(algebra.curves.CurvesTest)
The text was updated successfully, but these errors were encountered:
Follow the steps of building, when executing mvn test
java.lang.NullPointerException
at algebra.curves.barreto_naehrig.BNG1.one(BNG1.java:117)
at algebra.curves.barreto_naehrig.BNG1.random(BNG1.java:121)
at algebra.curves.barreto_naehrig.BNG1.random(BNG1.java:17)
at zk_proof_systems.zkSNARK.DistributedSetup.generate(DistributedSetup.java:82)
There are 4 locations where this error occurs.
Tests in error:
DistributedBN254bProofSystemTest(zk_proof_systems.zkSNARK.DistributedzkSNARKTest)
SerialBN254bProofSystemTest(zk_proof_systems.zkSNARK.SerialzkSNARKTest)
BN254bTest(algebra.curves.BilinearityTest)
BN254bTest(algebra.curves.CurvesTest)
The text was updated successfully, but these errors were encountered: