Closed agnxsh closed 5 months ago
Addresses #396 , Fixes IPA consistency test, now the test returns the correct prover_challenge post ipa_prove, and then correctly verifies the same correctly as well.
prover_challenge
ipa_prove
For reference, https://github.com/crate-crypto/verkle-trie-ref/blob/2332ab8/ipa/ipa_test.py#L38-L50.
Also removed the compile with address sanitizer ON message, as that bug has been now fixed here #403
compile with address sanitizer ON
Addresses #396 , Fixes IPA consistency test, now the test returns the correct
prover_challenge
postipa_prove
, and then correctly verifies the same correctly as well.For reference, https://github.com/crate-crypto/verkle-trie-ref/blob/2332ab8/ipa/ipa_test.py#L38-L50.
Also removed the
compile with address sanitizer ON
message, as that bug has been now fixed here #403