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
*
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
*
core/crypto: Enforce aliasing restrictions
Yawning Angel
2024-07-16
3
-6
/
+17
*
fix `@(optimization_mode)` usage in builtin collections
Laytan Laats
2024-07-08
1
-1
/
+1
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-2
/
+2
*
Check for unneeded `transmute` with `-vet-cast`
gingerBill
2024-06-29
11
-42
/
+42
*
`to_random_generator` -> `random_generator`
gingerBill
2024-06-15
1
-1
/
+1
*
Add `Reset` mode
gingerBill
2024-06-15
1
-0
/
+2
*
Add `runtime.Random_Generator` interface
gingerBill
2024-06-15
1
-0
/
+20
*
Fix indentation
gingerBill
2024-06-11
1
-10
/
+10
*
Replace `panic(fmt.tprintf(` antipattern with `fmt.panicf`
gingerBill
2024-06-11
3
-4
/
+4
*
core/crypto/aes: Add AES implementation
Yawning Angel
2024-06-01
7
-1
/
+617
*
core/crypto/_aes/ct64: Add GHASH
Yawning Angel
2024-06-01
2
-0
/
+141
*
core/crypto/_aes: 64-bit portable implementation
Yawning Angel
2024-06-01
7
-0
/
+867
*
Merged with master
Andreas T Jonsson
2024-05-02
7
-30
/
+23
|
\
|
*
core/crypto: Add a `HAS_RAND_BYTES` constant
Yawning Angel
2024-04-23
7
-30
/
+23
*
|
Merge branch 'master' into netbsd
Andreas T Jonsson
2024-04-25
6
-11
/
+13
|
\
|
|
*
Core Foundation and Security vendor libraries.
Vitalii Kravchenko
2024-04-13
6
-11
/
+13
*
|
Added missing build tags in core
Andreas T Jonsson
2024-04-25
1
-0
/
+1
*
|
Added build tag
Andreas T Jonsson
2024-04-22
1
-1
/
+1
|
/
*
core/crypto/ed25519: Initial import
Yawning Angel
2024-04-09
1
-0
/
+314
*
core/crypto/ristretto255: Initial import
Yawning Angel
2024-04-09
3
-2
/
+620
*
core/crypto/_edwards25519: Initial import
Yawning Angel
2024-04-09
7
-53
/
+889
*
core/crypto/_fiat/field_scalar25519: Initial import
Yawning Angel
2024-04-09
2
-0
/
+684
*
core/crypto/_fiat/field_poly1305: Mark more functions contextless
Yawning Angel
2024-04-09
3
-5
/
+12
*
core/crypto/_fiat/field_poly1305: Use multiply to calculate the mask
Yawning Angel
2024-04-09
1
-1
/
+1
*
core/crypto/_fiat/field_curve25519: Mark more functions contextless
Yawning Angel
2024-04-09
3
-7
/
+17
*
core/crypto/_fiat: odinfmt (NFC)
Yawning Angel
2024-04-09
5
-31
/
+84
*
core/crypto/_fiat/field_poly1305: Move routines (NFC)
Yawning Angel
2024-04-09
2
-31
/
+29
*
core/crypto/_fiat/field_curve25519: Move routines (NFC)
Yawning Angel
2024-04-09
2
-53
/
+49
*
core/crypto/_fiat/field_curve25519: Use multiply to calculate the mask
Yawning Angel
2024-04-09
1
-1
/
+1
*
core/crypto: Add `has_rand_bytes`
Yawning Angel
2024-04-09
7
-0
/
+34
[next]