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
*
crypto: Add rand_bytes
Yawning Angel
2021-11-17
3
-0
/
+55
*
core/crypto: Add chacha20poly1305
Yawning Angel
2021-11-17
1
-0
/
+146
*
core/crypto: Add chacha20
Yawning Angel
2021-11-17
1
-0
/
+581
*
core/crypto/poly1305: Triple performance on amd64 with -o:speed
Yawning Angel
2021-11-17
1
-13
/
+34
*
core/crypto: Add poly1305
Yawning Angel
2021-11-17
3
-0
/
+564
*
core/crypto: Add x25519
Yawning Angel
2021-11-17
5
-0
/
+939
*
core/crypto: Add constant-time memory comparison routines
Yawning Angel
2021-11-17
1
-0
/
+41
*
Removed context switching system from the crypto library to simplify the code
zhibog
2021-11-09
30
-7083
/
+3063
*
Fix order of operations to make it correct and work with -o:speed flaf
zhibog
2021-11-07
3
-7
/
+7
*
Added note due address thread safety
zhibog
2021-10-16
1
-0
/
+3
*
Fixed some typos in proc names
zhibog
2021-10-16
6
-62
/
+62
*
Remove the read_entire_file from the crypto utils and now use the one within ...
zhibog
2021-10-16
24
-104
/
+64
*
Improved API. hash_file procs now just take a file handle instead of a path
zhibog
2021-10-15
26
-794
/
+696
*
Added note for the botan.dll to README.md
zhibog
2021-10-14
1
-0
/
+1
*
Add crypto library. Additional information is included in the README.md
zhibog
2021-10-14
31
-0
/
+16416