risc0 / zeth

A "Type 0" zkEVM. Prove validity of Ethereum blocks using RISC Zero's zkVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consistent gzip handling

Wollac opened this issue · comments

Currently zeth-lib uses both libflate and flate2 to handle compressed files. Only one create should be used in both cases.