ladybird/Userland/Libraries/LibCrypto
Daniel Bertalan 12a2f741a7 LibCrypto: Add workaround for false -Warray-bounds warning
When building for AArch64 with UBSan enabled, GCC 13.1 reports a false
"array out of bounds" error on access to offset `1 * sizeof(u64)`.
Changing the order of the stores seems to silence it.
2023-05-28 05:05:09 -06:00
..
ASN1 LibCrypto+LibTLS: Avoid crashing on invalid input 2023-05-08 06:43:28 +02:00
Authentication LibCrypto: Do a simple copy for buffered GHash bytes 2023-02-08 17:53:19 +00:00
BigFraction LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated 2023-01-15 01:00:20 +00:00
BigInt Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
Checksum LibCrypto: Add a checksumming stream wrapper 2023-05-18 22:23:15 +02:00
Cipher AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Curves LibCrypto: Add workaround for false -Warray-bounds warning 2023-05-28 05:05:09 -06:00
Hash LibTLS: Change CertificateKeyAlgorithm from enum to struct 2023-04-15 09:03:47 +03:30
NumberTheory AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
PK AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Forward.h Everywhere: Remove unused includes of AK/Concepts.h 2023-01-02 20:27:20 -05:00
Verification.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00