Jeroen van Rijn
|
655fab7227
|
Add core/hyperthread count for Windows and Linux (#5216)
Add core/hyperthread count to `core:sys/info` for Windows and Linux.
TODO: Linux RISCV, Linux ARM, Darwin, and the BSDs.
|
2025-05-25 19:43:10 +02:00 |
|
Yawning Angel
|
e4e76f27f6
|
core/crypto: Use panic_contextless instead of intrinsics.trap
|
2025-03-23 19:14:33 +09:00 |
|
Yawning Angel
|
4c28f6d170
|
core/crypto/_aes/hw_intel: Fix comment (NFC)
|
2025-03-23 19:14:33 +09:00 |
|
Karl Zylinski
|
19f0127e55
|
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
2024-09-14 18:27:49 +02:00 |
|
Yawning Angel
|
ac7f44b1b8
|
core/crypto/aes: Slightly tweak GHASH to look less spooky
|
2024-08-10 18:32:37 +09:00 |
|
Yawning Angel
|
dfc4df9807
|
core/crypto/_aes/hw_intel: Use a constant for the PSHUFB indicies
|
2024-08-10 18:32:37 +09:00 |
|
Yawning Angel
|
69026852ce
|
core/crypto/aes: Add Intel AES-NI support
This supports AES-NI + PCLMUL, and provides optimized key schedule, ECB,
CTR, and GCM. Other modes are trivial to add later if required.
|
2024-07-16 01:29:43 +09:00 |
|