Laytan Laats
|
c6a0d302b3
loop write_entire_file to write more than MAX_RW
|
1 년 전 |
Laytan Laats
|
26fa3aca44
fix copy-paste error in `make` docs
|
1 년 전 |
Jeroen van Rijn
|
8a67221bd4
Merge pull request #4057 from asibahi/patch-1
|
1 년 전 |
Abdul Rahman Sibahi
|
67251ad5b8
typo fix
|
1 년 전 |
Laytan Laats
|
f5fe0de0fd
add clarity for diverging mismatch error
|
1 년 전 |
Laytan Laats
|
6918d8aaa6
possibly fix init_core_type_info race condition
|
1 년 전 |
Jeroen van Rijn
|
e226d37803
Merge pull request #4023 from Feoramund/simd-index
|
1 년 전 |
Feoramund
|
4f816aabb3
Use `SIMD_SCAN_WIDTH` constant in `core:bytes` test
|
1 년 전 |
Laytan Laats
|
d98f848247
fix debug compiler build message not ending output with a newline
|
1 년 전 |
Jeroen van Rijn
|
1242b6e82f
Improve slice.binary_search_by
|
1 년 전 |
Jeroen van Rijn
|
9759d56c81
Merge pull request #4003 from Yawning/feature/crypto-improvements
|
1 년 전 |
Laytan
|
d73ad8eb1e
Merge pull request #4046 from laytan/cbor-fixes
|
1 년 전 |
Feoramund
|
9d2b4b2f03
Simplify `core:bytes` test
|
1 년 전 |
Feoramund
|
5d5addd48f
Set `SIMD_SCAN_WIDTH` based on `size_of(uintptr)`
|
1 년 전 |
Feoramund
|
c69fa87d53
Merge `core:simd/util` into `core:bytes`
|
1 년 전 |
Jeroen van Rijn
|
bf53d2f6db
Fix `time.precise_clock` on 32-bit platforms.
|
1 년 전 |
Jeroen van Rijn
|
d267735d99
Fixed time.precise_clock
|
1 년 전 |
Yawning Angel
|
ba1ad82c2b
core/crypto/aead: Initial import
|
1 년 전 |
Yawning Angel
|
38aea1f907
core/crypto/aes,chacha20poly1305: Add require_results to open
|
1 년 전 |
Yawning Angel
|
b381791f42
core/crypto/chacha20: Change API terminology to be consistent with AES
|
1 년 전 |
Yawning Angel
|
14ceb0b19d
core/crypto/chacha20poly1305: Support AEAD_XChaCha20_Poly1305
|
1 년 전 |
Yawning Angel
|
8efc98ce90
core/crypto/chacha20poly1305: Change the interface to match GCM
|
1 년 전 |
Yawning Angel
|
1f3107e693
core/crypto/chacha20: Use 128-bit/256-bit SIMD
|
1 년 전 |
Yawning Angel
|
708f053fe6
core/crypto/aes: Use NIST terminology for the IV
|
1 년 전 |
Yawning Angel
|
ac7f44b1b8
core/crypto/aes: Slightly tweak GHASH to look less spooky
|
1 년 전 |
Yawning Angel
|
b1d6e4139e
core/crypto/aes: Disable bounds checking for the CTR loops
|
1 년 전 |
Yawning Angel
|
dfc4df9807
core/crypto/_aes/hw_intel: Use a constant for the PSHUFB indicies
|
1 년 전 |
Yawning Angel
|
b9293334ca
core/crypto/ed25519: Rename a member for clarity
|
1 년 전 |
Yawning Angel
|
b68311d777
core/crypto/hash: Make the `_to_buffer` routines return the hash slice
|
1 년 전 |
Yawning Angel
|
c0f9655ec4
test/core/crypto: Minor changes to AES related tests
|
1 년 전 |