crate-crypto / rust-verkle

Apache License 2.0
117 stars 41 forks source link

More Code Cleanup #59

Closed ControlCplusControlV closed 2 years ago

ControlCplusControlV commented 2 years ago

Benches now compiles so that it can begin being transformed into benchmarks which actually work

Variables renamed to fix clippy warnings of C_1 vs c_1

In some serialization I added anyhow to propagate IO errors to the top

ControlCplusControlV commented 2 years ago

@kevaundray for review