ladybird/Libraries/LibCrypto
asynts fff581cd72 AK: Rename span() to bytes() when appropriate.
I originally defined the bytes() method for the String class, because it
made it obvious that it's a span of bytes instead of span of characters.

This commit makes this more consistent by defining a bytes() method when
the type of the span is known to be u8.

Additionaly, the cast operator to Bytes is overloaded for ByteBuffer and
such.
2020-08-15 21:21:18 +02:00
..
ASN1 LibCrypto: Format the comments in ASN1/PEM.h correctly 2020-08-02 18:57:51 +02:00
Authentication LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span 2020-08-11 21:37:10 +02:00
BigInt LibCrypto: Do not trim leading zeros in export_data by default 2020-07-31 18:25:20 +02:00
Checksum LibCrypto: Add some checksum algorithms 2020-07-30 17:08:19 +02:00
Cipher AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
Hash LibCrypto: Correctly pad blocks with FinalBlockSize < size < BlockSize 2020-06-04 15:58:04 +02:00
NumberTheory LibCrypto: Already using strong crypto 2020-07-28 19:10:10 +02:00
PK AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
CMakeLists.txt LibCrypto: Add some checksum algorithms 2020-07-30 17:08:19 +02:00