apache / incubator-milagro-crypto-rust

Apache Milagro Crypto Library - Rust Version
https://milagro.apache.org/
Apache License 2.0
31 stars 19 forks source link

Tidy up mutability requirements #12

Closed kirk-baird closed 4 years ago

kirk-baird commented 4 years ago

What is changed

Reduces the need for a mutable reference in functions that do not need to be mutable.

Signed-off-by: Kirk Baird baird.k@outlook.com