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
*
Rename files to not start with `_`
gingerBill
2023-09-26
3
-0
/
+0
*
Just make the `io.Reader` etc aliases
gingerBill
2023-06-08
21
-62
/
+62
*
Update to new io interface
gingerBill
2023-06-08
21
-62
/
+62
*
core/crypto: Add private attributes for internals
Yawning Angel
2023-04-08
4
-0
/
+20
*
core/crypto: Disable optimization for the ct byte compare
Yawning Angel
2023-04-08
1
-0
/
+1
*
core/crypto/_fiat: Hedge against LLVM cleverness
Yawning Angel
2023-04-08
3
-6
/
+12
*
Make tests scripts error if a test fails
Lucas Perlind
2023-04-03
1
-0
/
+2
*
cleanup of os/linux
Colin Davidson
2023-02-28
1
-1
/
+1
*
fix some typos
cui fliter
2022-08-05
3
-3
/
+3
*
Fix issue 1761. Added the test vector to the core and vendor tests
zhibog
2022-05-04
1
-2
/
+4
*
Revert "Merge pull request #1702 from Kelimion/filename_generation"
Jeroen van Rijn
2022-04-24
1
-1
/
+0
*
Update tests to use new filename generation code.
Jeroen van Rijn
2022-04-24
1
-0
/
+1
*
[crypto] Remove unused `mem` import for siphash.
Jeroen van Rijn
2022-03-08
1
-1
/
+0
*
Added rand_bytes for Windows in core:crypto
zhibog
2022-03-02
2
-1
/
+24
*
initial OpenBSD support
Sébastien Marie
2022-02-25
2
-1
/
+13
*
Add generic procedure for default SipHash 2-4
zhibog
2022-02-22
1
-0
/
+20
*
Added SipHash + tests and fixed remaining semicolons in vendor/botan
zhibog
2022-02-22
1
-0
/
+316
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
21
-62
/
+62
|
\
|
*
Strip unneeded semicolons
gingerBill
2022-01-25
21
-62
/
+62
*
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
3
-3
/
+3
|
/
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
2
-3
/
+3
*
Rename architecture `386` to `i386`
gingerBill
2022-01-15
2
-2
/
+2
*
Extended crypto API by variants that write the result into a destination buff...
zhibog
2021-12-31
22
-479
/
+1893
*
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