mhogrefe / malachite

An arbitrary-precision arithmetic library for Rust.
GNU Lesser General Public License v3.0
448 stars 17 forks source link

Make randomness features optional #26

Closed konstin closed 10 months ago

konstin commented 1 year ago

It would be great if the randomness features, especially the sha3 dependency, would become optional. We don't use any non-deterministic features and this would make malachite a much more lightweight crate.

mhogrefe commented 10 months ago

Fixed in 0.4.3. Randomness is now behind an optional random feature.

mhogrefe commented 10 months ago

Sorry, v0.4.3 had some wrong dependencies. Please use v0.4.4 instead.