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
/
tests
/
core
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing comma
gingerBill
2023-05-29
1
-1
/
+1
*
core/crypto: Add private attributes for internals
Yawning Angel
2023-04-08
1
-1
/
+7
*
Fix issue 1761. Added the test vector to the core and vendor tests
zhibog
2022-05-04
1
-0
/
+4
*
[varint] Add LEB128 decoding + tests
Jeroen van Rijn
2022-03-08
1
-891
/
+889
*
[tests] Make test runners exit with errorlevel 1 if a test fails.
Jeroen van Rijn
2022-03-03
1
-0
/
+4
*
Added SipHash + tests and fixed remaining semicolons in vendor/botan
zhibog
2022-02-22
1
-0
/
+43
*
Update tests
gingerBill
2022-01-20
1
-1
/
+1
*
crypto: Add rand_bytes
Yawning Angel
2021-11-17
2
-0
/
+41
*
core/crypto: Add chacha20poly1305
Yawning Angel
2021-11-17
2
-2
/
+130
*
core/crypto: Add chacha20
Yawning Angel
2021-11-17
2
-4
/
+147
*
core/crypto: Add poly1305
Yawning Angel
2021-11-17
2
-0
/
+132
*
core/crypto: Add x25519
Yawning Angel
2021-11-17
2
-0
/
+100
*
Removed context switching system from the crypto library to simplify the code
zhibog
2021-11-09
1
-183
/
+0
*
Move botan.dll to correct directory
zhibog
2021-10-14
1
-0
/
+0
*
Added botan.dll for tests
zhibog
2021-10-14
1
-0
/
+0
*
Add crypto library. Additional information is included in the README.md
zhibog
2021-10-14
1
-0
/
+1279