Ali Mohammad Pur
|
0d6dc74951
|
AK: Use the correct data types in bitap_bitwise()
Otherwise the bit twiddling goes all wrong and breaks some boundary
cases.
Fixes `StringView::contains(31-chars)`.
|
2022-07-14 13:10:23 +02:00 |
|
Brian Gianforcaro
|
390666b9fa
|
AK: Add naive implementations of AK::timing_safe_compare
For security critical code we need to have some way of performing
constant time buffer comparisons.
|
2022-03-13 19:08:58 -07:00 |
|
Brian Gianforcaro
|
02b2f2787a
|
Tests: Rename AK/TestMemMem.cpp to AK/TestMemory.cpp
Rename to create a new generic test group for the AK memory APIs.
|
2022-03-13 19:08:58 -07:00 |
|