1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 02:28:12 +00:00
Commit graph

2 commits

Author SHA1 Message Date
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
Renamed from Tests/AK/TestMemMem.cpp (Browse further)