Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2020-12-19 | LibTLS+LibCrypto: More ByteBuffer -> Span conversion | Andreas Kling |
2020-05-02 | LibCrypto: Add a Hash::Manager that can act as any one of the hashes | AnotherTest |
2020-05-02 | LibCrypto+LibTLS: Reformat everything | AnotherTest |
2020-05-02 | LibCrypto: Fix issues in the Crypto stack | AnotherTest |
2020-05-02 | LibCrypto: Add SHA512 | AnotherTest |
2020-05-02 | LibCrypto: Implement HMAC | AnotherTest |
2020-05-02 | LibCrypto: Move each subsection into its own namespace | AnotherTest |
2020-05-02 | LibCrypto: Add HashFunction and implement MD5 | AnotherTest |