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
/
hash
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `core:mem` import from `core:crypto`.
Jeroen van Rijn
3 days
1
-2
/
+2
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-1
/
+1
*
Remove all `core:os` imports from JS targets
Jeroen van Rijn
6 days
2
-0
/
+11
*
More conflicts during rebase
Jeroen van Rijn
7 days
1
-1
/
+1
*
fix conflict
Jeroen van Rijn
7 days
1
-11
/
+30
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
1
-1
/
+1
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
1
-1
/
+1
*
crypto/hash: hash_bytes_to_buffer slice result to digest size
Laytan
2025-07-19
1
-3
/
+2
*
Use `#+` tags
gingerBill
2024-09-19
2
-2
/
+2
*
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
1
-30
/
+28
*
core/crypto/hash: Make the `_to_buffer` routines return the hash slice
Yawning Angel
2024-08-10
1
-5
/
+11
*
core/crypto: Stop using context.temp_allocator
Yawning Angel
2024-02-07
2
-8
/
+11
*
core/crypto/hash: Make the low level interface allocator-less
Yawning Angel
2024-02-07
2
-177
/
+140
*
core/crypto: Expose the block sizes for every hash algorithm
Yawning Angel
2024-02-07
2
-7
/
+37
*
core/crypto/shake: SHAKE is an XOF, not a hash
Yawning Angel
2024-02-07
1
-27
/
+0
*
core/crypto: Documentation cleanups
Yawning Angel
2024-02-07
1
-2
/
+2
*
core:crypto/hash: Add a generic higher level hash interface
Yawning Angel
2024-02-07
3
-0
/
+562