Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurs when running mvn test in docker #21

Open
Wangjun24 opened this issue Jan 11, 2024 · 0 comments
Open

An error occurs when running mvn test in docker #21

Wangjun24 opened this issue Jan 11, 2024 · 0 comments

Comments

@Wangjun24
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant