aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | core/crypto/keccak: API cleanupYawning Angel2023-11-171-53/+60
| * | | | | | | | | | | | | core/crypto/blake2: API cleanup and bug fixesYawning Angel2023-11-173-42/+52
| * | | | | | | | | | | | | core/crypto/sha2: Refactor update/finalYawning Angel2023-11-171-76/+78
| * | | | | | | | | | | | | core/crypto/util: Remove, no longer neededYawning Angel2023-11-171-146/+0
| * | | | | | | | | | | | | core/crypto/whirlpool: Remove, historical/exoticYawning Angel2023-11-172-807/+0
| * | | | | | | | | | | | | core/crypto/tiger: Remove, historical/exoticYawning Angel2023-11-174-972/+0
| * | | | | | | | | | | | | core/crypto/streebog: Remove, exoticYawning Angel2023-11-172-518/+0
| * | | | | | | | | | | | | core/crypto/ripemd: Remove, historical/exoticYawning Angel2023-11-172-920/+0
| * | | | | | | | | | | | | core/crypto/md4: Remove, badly brokenYawning Angel2023-11-172-264/+0
| * | | | | | | | | | | | | core/crypto/md2: Remove, badly brokenYawning Angel2023-11-172-183/+0
| * | | | | | | | | | | | | core/crypto/jh: Remove, use SHA-3Yawning Angel2023-11-172-585/+0
| * | | | | | | | | | | | | core/crypto/haval: Remove, badly brokenYawning Angel2023-11-172-1815/+0
| * | | | | | | | | | | | | core/crypto/groestl: Remove, use SHA-3Yawning Angel2023-11-172-654/+0
| * | | | | | | | | | | | | core/crypto/gost: Remove, exoticYawning Angel2023-11-172-383/+0
| * | | | | | | | | | | | | core/crypto/blake: Remove, use BLAKE2b/BLAKE2sYawning Angel2023-11-172-727/+0
| * | | | | | | | | | | | | core/crypto/sha2: Add SHA-512/256Yawning Angel2023-11-171-5/+102
| * | | | | | | | | | | | | core/crypto: Add more assertions to the low level APIYawning Angel2023-11-1711-11/+86
| * | | | | | | | | | | | | core/crypto/sha2: Fix overflow for large amounts of hashed dataYawning Angel2023-11-171-5/+6
| * | | | | | | | | | | | | core/crypto/shake: Add a TODO comment (NFC)Yawning Angel2023-11-171-0/+3
| * | | | | | | | | | | | | core/crypto: Change hash asserts to panicsYawning Angel2023-11-1712-85/+44
| * | | | | | | | | | | | | core/crypto/sha2: Fix `hash_stream_224` and `hash_stream_256`Yawning Angel2023-11-171-27/+22
| * | | | | | | | | | | | | core/crypto/siphash: Fix the low-level APIYawning Angel2023-11-171-27/+51
| * | | | | | | | | | | | | core/crypto/sm3: CleanupsYawning Angel2023-11-171-36/+42
| * | | | | | | | | | | | | core/crypto/siphash: CleanupsYawning Angel2023-11-171-16/+15
| * | | | | | | | | | | | | core/crypto/_sha3: CleanupsYawning Angel2023-11-171-25/+7
| * | | | | | | | | | | | | core/crypto/sha2: CleanupsYawning Angel2023-11-171-33/+35
| * | | | | | | | | | | | | core/crypto/sha1: CleanupsYawning Angel2023-11-171-30/+21
| * | | | | | | | | | | | | core/crypto/md5: CleanupsYawning Angel2023-11-171-29/+23
| * | | | | | | | | | | | | core/crypto/poly1305: CleanupsYawning Angel2023-11-172-37/+24
| * | | | | | | | | | | | | core/crypto/chacha20poly1305: CleanupsYawning Angel2023-11-171-5/+5
| * | | | | | | | | | | | | core/crypto/chacha20: CleanupsYawning Angel2023-11-171-180/+135
| * | | | | | | | | | | | | core/crypto/_blake2: CleanupsYawning Angel2023-11-171-38/+71
| * | | | | | | | | | | | | core/crypto/sm3: odinfmt (NFC)Yawning Angel2023-11-171-168/+176
| * | | | | | | | | | | | | core/crypto/siphash: odinfmt (NFC)Yawning Angel2023-11-171-175/+188
| * | | | | | | | | | | | | core/crypto/sha3: odinfmt (NFC)Yawning Angel2023-11-174-604/+639
| * | | | | | | | | | | | | core/crypto/sha2: odinfmt (NFC)Yawning Angel2023-11-171-358/+373
| * | | | | | | | | | | | | core/crypto/sha1: odinfmt (NFC)Yawning Angel2023-11-171-77/+77
| * | | | | | | | | | | | | core/crypto/md5: odinfmt (NFC)Yawning Angel2023-11-171-188/+189
| * | | | | | | | | | | | | core/crypto/blake2: odinfmt (NFC)Yawning Angel2023-11-173-139/+152
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* / | | | | | | | | | | | added ToUnicode to win32skytrias2023-11-211-0/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2957 from laytan/no-crt-and-compile-assembly-on-darwinJeroen van Rijn2023-11-154-6/+39
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | -no-crt and assembly compilation on darwinLaytan Laats2023-11-154-6/+39
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Clear up core:container/queueJeroen van Rijn2023-11-151-1/+18
* | | | | | | | | | | | core/encoding/endian: Tidy up a comment (NFC)Yawning Angel2023-11-141-1/+1
* | | | | | | | | | | | core/encoding/endian: Use intrinsics for loads/storesYawning Angel2023-11-141-66/+76
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Fix typosJeroen van Rijn2023-11-132-2/+2
* | | | | | | | | | | Expose strings.ascii_set_* functionsFourteenBrush2023-11-121-1/+0
* | | | | | | | | | | Make pow2_f{16,32,64} contextless for consistency.Jeroen van Rijn2023-11-111-3/+6
* | | | | | | | | | | Merge pull request #2948 from flysand7/fix-doJeroen van Rijn2023-11-119-237/+273
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [core]: Remove `do` keyword from the core libraryflysand72023-11-119-237/+273
| | |_|_|_|_|/ / / / | |/| | | | | | | |