tari-project / bulletproofs

A pure-Rust implementation of Bulletproofs using Ristretto.
MIT License
3 stars 5 forks source link

chore: reduce min required zeroize version #13

Closed sdbondi closed 2 years ago

sdbondi commented 2 years ago

Rust book recommends setting to the minimum required version. This crate is compatible with zeroize 1.4 and there are no security-related changes in 1.5 https://github.com/RustCrypto/utils/blob/master/zeroize/CHANGELOG.md

This allows rust to resolve the correct version for zeroize for downstream crate users, 1.4.x, 1.5.x and up