ethereum / research

MIT License
1.79k stars 586 forks source link

fix fri test with permuted merkle tree #139

Open qizhou opened 1 year ago

qizhou commented 1 year ago

FRI test failed because the Merkle tree root hash in test.py mismatches the one in fri.py, which uses permuted Merkle tree. The PR fixes the issue and passes the test.