aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/_chacha20/simd128
Commit message (Collapse)AuthorAgeFilesLines
* Rename `SIMD_IS_EMULATED` to capability-affirmative `HAS_HARDWARE_SIMD`Feoramund2025-05-291-1/+1
|
* Add core/hyperthread count for Windows and Linux (#5216)Jeroen van Rijn2025-05-251-1/+1
| | | | | Add core/hyperthread count to `core:sys/info` for Windows and Linux. TODO: Linux RISCV, Linux ARM, Darwin, and the BSDs.
* core/crypto/chacha20: Misc Simd128 improvementsYawning Angel2025-03-231-6/+32
| | | | | - Detect the RISC-V `v` profile - Don't bother trying to process 4 blocks at a time if emulated
* Add missing package qualifier to ContextAntonino Simone Di Stefano2024-09-221-1/+1
|
* add support for linux_riscv64 and freestanding_riscv64Laytan2024-08-201-1/+1
|
* core/crypto/chacha20: Change API terminology to be consistent with AESYawning Angel2024-08-101-3/+3
|
* core/crypto/chacha20: Use 128-bit/256-bit SIMDYawning Angel2024-08-101-0/+481