index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
crypto
/
_chacha20
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `core:mem` import from `core:crypto`.
Jeroen van Rijn
3 days
1
-4
/
+4
*
core/crypto/_chacha20: Use the precomputation trick for ref
Yawning Angel
2026-01-28
1
-228
/
+61
*
Rename `SIMD_IS_EMULATED` to capability-affirmative `HAS_HARDWARE_SIMD`
Feoramund
2025-05-29
1
-1
/
+1
*
Add core/hyperthread count for Windows and Linux (#5216)
Jeroen van Rijn
2025-05-25
2
-2
/
+2
*
core/crypto: Switch to using `ensure`
Yawning Angel
2025-03-23
1
-14
/
+11
*
core/crypto/chacha20: Misc Simd128 improvements
Yawning Angel
2025-03-23
1
-6
/
+32
*
core/crypto: Use `panic_contextless` instead of `intrinsics.trap`
Yawning Angel
2025-03-23
2
-3
/
+2
*
Add missing package qualifier to Context
Antonino Simone Di Stefano
2024-09-22
1
-1
/
+1
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
2
-2
/
+2
*
add support for linux_riscv64 and freestanding_riscv64
Laytan
2024-08-20
1
-1
/
+1
*
core/crypto/chacha20: Change API terminology to be consistent with AES
Yawning Angel
2024-08-10
5
-24
/
+24
*
core/crypto/chacha20: Use 128-bit/256-bit SIMD
Yawning Angel
2024-08-10
5
-0
/
+1300