DaGenix / rust-crypto

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

Removed AVX2 requirement #433

Closed sashahilton00 closed 3 years ago

sashahilton00 commented 6 years ago

This branch removed the requirement for the AVX2 instruction set in order to support more processors. https://github.com/librespot-org/librespot currently uses this branch to support processors on certain embedded devices. If this is not detrimental to the main implementation, would like to request that it be merged and published.