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
* G1 elements in proof: 2
* G2 elements in proof: 1
* Proof size in bits: 1019
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::property_tree::ptree_bad_path> >'
what(): No such node (gammaABC)
Aborted
make[1]: *** [test] Error 134
make[1]: Leaving directory `/home/ubuntu/workspace/python'
make: *** [python-test] Error 2
Raised in #4 by @uivlis
Presumably originates from:
The Python code passes a JSON blob to the native verifier containing the verification key.
Two ways to debug this would be:
self._vk.to_json().encode('ascii')
vk_json
This would verify that the JSON is in the correct format in Python, and verify that it's being received correctly by the C++ library.
He said the first error he ran into was:
TypeError: the JSON object must be str, not 'bytes'
in line 110 frommiximus.py
. I changedinto
The text was updated successfully, but these errors were encountered: