cambrian / accumulator

Cryptographic accumulators in Rust.
https://cambrian.github.io/accumulator
MIT License
133 stars 34 forks source link

fix an error which is displayed in benchmark #60

Closed Zhuchengyu04 closed 3 years ago

Zhuchengyu04 commented 3 years ago

What problem does this PR solve?

Issue Number: #56

Problem Summary:

*-ptr is not using NonNull

What is changed and how it works?

What's Changed:

There is an error which is displayed in benchmark , fix it now

How it Works:

using NonNull when use *-ptr

Release note fix an error which is displayed in benchmark