1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 14:25:07 +00:00
serenity/Userland/Libraries/LibCrypto/Cipher
Ben Wiederhake c2a900b853 Everywhere: Remove unused includes of AK/StdLibExtras.h
These instances were detected by searching for files that include
AK/StdLibExtras.h, but don't match the regex:

\\b(abs|AK_REPLACED_STD_NAMESPACE|array_size|ceil_div|clamp|exchange|for
ward|is_constant_evaluated|is_power_of_two|max|min|mix|move|_RawPtr|RawP
tr|round_up_to_power_of_two|swap|to_underlying)\\b

(Without the linebreaks.)

This regex is pessimistic, so there might be more files that don't
actually use any "extra stdlib" functions.

In theory, one might use LibCPP to detect things like this
automatically, but let's do this one step after another.
2023-01-02 20:27:20 -05:00
..
Mode Everywhere: Remove unused includes of AK/StdLibExtras.h 2023-01-02 20:27:20 -05:00
AES.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
AES.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
AESTables.h LibCrypto: Declobber AES header from s-box tables 2021-12-17 19:17:12 +03:30
ChaCha20.cpp LibCrypto: Add ChaCha20 2022-04-13 09:13:17 +04:30
ChaCha20.h LibCrypto: Add ChaCha20 2022-04-13 09:13:17 +04:30
Cipher.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00