DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

Add a feature flag to omit ASM dependencies #364

Open DaGenix opened 8 years ago

DaGenix commented 8 years ago

Compiling the ASM dependencies has turned out to be a major pain point. This commit adds a feature flag to optionally disable support for all algorithms that require ASM.

bozaro commented 8 years ago

Greate change! Without it I can't build with stable-x86_64-pc-windows-msvc toolchain.