1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 08:25:07 +00:00
serenity/Libraries/LibCrypto/PK
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
..
Code LibCrypto+LibTLS: Use AK/Random.h 2020-05-27 12:28:17 +02:00
PK.h LibCrypto+LibTLS: Reformat everything 2020-05-02 12:24:10 +02:00
RSA.cpp AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00
RSA.h AK: Rename span() to bytes() when appropriate. 2020-08-15 21:21:18 +02:00