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
Commit message (
Expand
)
Author
Age
Files
Lines
*
base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES`
Yawning Angel
2025-11-29
8
-152
/
+5
*
Fix indentation in comments
gingerBill
2025-11-18
1
-6
/
+6
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
14
-14
/
+14
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
28
-29
/
+28
*
package lines for encoding
Jeroen van Rijn
2025-10-09
3
-6
/
+3
*
More package lines
Jeroen van Rijn
2025-10-09
5
-14
/
+11
*
crypto/hash: hash_bytes_to_buffer slice result to digest size
Laytan
2025-07-19
1
-3
/
+2
*
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
4
-4
/
+4
*
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
36
-363
/
+188
*
core/crypto/blake2: Add the ability to easily alter digest size
Yawning Angel
2025-03-23
2
-6
/
+12
*
core/crypto/sha2: Clean up the portable code slightly
Yawning Angel
2025-03-23
1
-14
/
+21
*
core/crypto/sha2: Use hardware SHA224/256 when available (AMD64)
Yawning Angel
2025-03-23
3
-2
/
+282
*
core:crypto/deoxysii: Initial import
Yawning Angel
2025-03-23
5
-0
/
+1166
*
core/crypto/aegis: Initial import
Yawning Angel
2025-03-23
8
-86
/
+1177
*
core/crypto/x448: Initial import
Yawning Angel
2025-03-23
3
-0
/
+1456
*
core/crypto: Add `rodata` annotations (NFC)
Yawning Angel
2025-03-23
14
-23
/
+29
*
core/crypto/chacha20poly1305: Add missing assertions
Yawning Angel
2025-03-23
1
-0
/
+4
*
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
13
-33
/
+21
*
core/crypto/_aes/hw_intel: Fix comment (NFC)
Yawning Angel
2025-03-23
1
-1
/
+1
*
os/os2: wasi target support
Laytan Laats
2025-01-18
2
-0
/
+14
*
core/crypto/_sha3: Fix edge case in cSHAKE bytepad
Yawning Angel
2024-09-30
1
-6
/
+8
*
Add missing package qualifier to Context
Antonino Simone Di Stefano
2024-09-22
1
-1
/
+1
*
Use `#+` tags
gingerBill
2024-09-19
2
-2
/
+2
*
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
gingerBill
2024-09-19
12
-18
/
+18
|
\
|
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
12
-18
/
+18
*
|
Add missing import that was accidentally deleted before commit
gingerBill
2024-09-19
1
-0
/
+1
*
|
Move os stuff to OS specific files
gingerBill
2024-09-19
3
-38
/
+51
|
/
*
core: improve package doc comments for the documentation generator
Laytan Laats
2024-09-03
23
-111
/
+113
*
add support for linux_riscv64 and freestanding_riscv64
Laytan
2024-08-20
1
-1
/
+1
*
core/crypto/aead: Initial import
Yawning Angel
2024-08-10
10
-6
/
+295
*
core/crypto/aes,chacha20poly1305: Add require_results to open
Yawning Angel
2024-08-10
2
-0
/
+2
*
core/crypto/chacha20: Change API terminology to be consistent with AES
Yawning Angel
2024-08-10
8
-61
/
+61
*
core/crypto/chacha20poly1305: Support AEAD_XChaCha20_Poly1305
Yawning Angel
2024-08-10
1
-10
/
+30
*
core/crypto/chacha20poly1305: Change the interface to match GCM
Yawning Angel
2024-08-10
1
-16
/
+43
*
core/crypto/chacha20: Use 128-bit/256-bit SIMD
Yawning Angel
2024-08-10
7
-458
/
+1397
*
core/crypto/aes: Use NIST terminology for the IV
Yawning Angel
2024-08-10
3
-38
/
+38
*
core/crypto/aes: Slightly tweak GHASH to look less spooky
Yawning Angel
2024-08-10
2
-2
/
+2
*
core/crypto/aes: Disable bounds checking for the CTR loops
Yawning Angel
2024-08-10
2
-3
/
+3
*
core/crypto/_aes/hw_intel: Use a constant for the PSHUFB indicies
Yawning Angel
2024-08-10
2
-7
/
+3
*
core/crypto/ed25519: Rename a member for clarity
Yawning Angel
2024-08-10
1
-4
/
+4
*
core/crypto/hash: Make the `_to_buffer` routines return the hash slice
Yawning Angel
2024-08-10
1
-5
/
+11
*
Use `union #shared_nil` for `os.Error`
gingerBill
2024-08-04
1
-2
/
+2
*
Begin converting `os.Errno` to be a `nil`-able type as a transition period
gingerBill
2024-08-04
1
-1
/
+1
*
core/crypto/aes: Support the full range of GCM nonce sizes
Yawning Angel
2024-07-16
2
-43
/
+67
*
core/crypto/aes: Add Intel AES-NI support
Yawning Angel
2024-07-16
10
-17
/
+975
*
core/crypto/_aes: Remove redundant sanity checks
Yawning Angel
2024-07-16
1
-12
/
+2
*
core/crypto: Fix/add some documentation (NFC)
Yawning Angel
2024-07-16
2
-2
/
+5
[next]