miracl / core

MIRACL Core
Apache License 2.0
199 stars 68 forks source link

rust: remove unneeded `mut` modifiers. #27

Closed blynn closed 3 years ago

blynn commented 3 years ago

BIG::tobytearray copies before normalization, that is, it leaves the input unchanged, so there's no need for mutability.