RustCrypto / stream-ciphers

Collection of stream cipher algorithms
255 stars 49 forks source link

chacha20: remove `chacha20_force_neon` cfg attribute #361

Closed tarcieri closed 3 months ago

tarcieri commented 3 months ago

Enables this functionality by default on aarch64 targets, all of which have NEON by definition.

The reason it was previously gated like this was because it required what was previously nightly-only functionality, however such functionality has since been stabilized.