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
/
_aes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add core/hyperthread count for Windows and Linux (#5216)
Jeroen van Rijn
2025-05-25
1
-1
/
+1
*
core/crypto/_aes/ct64: Disable bounds checking
Yawning Angel
2025-03-23
1
-2
/
+2
*
core/crypto: Switch to using `ensure`
Yawning Angel
2025-03-23
4
-26
/
+11
*
core/crypto/aegis: Initial import
Yawning Angel
2025-03-23
3
-84
/
+34
*
core/crypto: Add `rodata` annotations (NFC)
Yawning Angel
2025-03-23
1
-0
/
+1
*
core/crypto: Use `panic_contextless` instead of `intrinsics.trap`
Yawning Angel
2025-03-23
6
-18
/
+11
*
core/crypto/_aes/hw_intel: Fix comment (NFC)
Yawning Angel
2025-03-23
1
-1
/
+1
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
3
-3
/
+3
*
core/crypto/aes: Slightly tweak GHASH to look less spooky
Yawning Angel
2024-08-10
2
-2
/
+2
*
core/crypto/_aes/hw_intel: Use a constant for the PSHUFB indicies
Yawning Angel
2024-08-10
2
-7
/
+3
*
core/crypto/aes: Add Intel AES-NI support
Yawning Angel
2024-07-16
3
-0
/
+502
*
core/crypto/_aes: Remove redundant sanity checks
Yawning Angel
2024-07-16
1
-12
/
+2
*
core/crypto/aes: Add AES implementation
Yawning Angel
2024-06-01
1
-1
/
+2
*
core/crypto/_aes/ct64: Add GHASH
Yawning Angel
2024-06-01
2
-0
/
+141
*
core/crypto/_aes: 64-bit portable implementation
Yawning Angel
2024-06-01
7
-0
/
+867