RustCrypto / stream-ciphers

Collection of stream cipher algorithms
255 stars 49 forks source link

chacha20: add `chacha20_force_neon` cfg attribute #317

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

Adds an attribute consistent with the other target-specific cfg attributes for enabling the NEON backend.

This unblocks releasing NEON support as a feature.