ladybird/Userland/Libraries/LibCrypto
Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String
This commit un-deprecates DeprecatedString, and repurposes it as a byte
string.
As the null state has already been removed, there are no other
particularly hairy blockers in repurposing this type as a byte string
(what it _really_ is).

This commit is auto-generated:
  $ xs=$(ack -l \bDeprecatedString\b\|deprecated_string AK Userland \
    Meta Ports Ladybird Tests Kernel)
  $ perl -pie 's/\bDeprecatedString\b/ByteString/g;
    s/deprecated_string/byte_string/g' $xs
  $ clang-format --style=file -i \
    $(git diff --name-only | grep \.cpp\|\.h)
  $ gn format $(git ls-files '*.gn' '*.gni')
2023-12-17 18:25:10 +03:30
..
AEAD LibCrypto: Add Chacha20Poly1305 2023-09-26 13:22:04 +03:30
ASN1 Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Authentication Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
BigFraction Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
BigInt Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Checksum LibCrypto: Implement a generic 16-bit CRC 2023-08-12 12:25:26 -06:00
Cipher Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Curves LibCrypto: Fix SECP384r1 verification when hash is SHA256 2023-11-29 18:17:14 +03:30
Hash Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
NumberTheory Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
PK Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CMakeLists.txt LibCrypto+LibTLS: Switch to the generic SECPxxxr1 implementation 2023-11-27 09:43:07 +03:30
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