summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypto/Authentication/GHash.cpp
AgeCommit message (Expand)Author
2023-02-08LibCrypto: Do a simple copy for buffered GHash bytesTim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16LibCrypto: Exclude class_name() methods from the KernelIdan Horowitz
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2021-05-14LibCrypto+LibTLS: Avoid unaligned reads and writesAli Mohammad Pur
2021-04-22AK+Userland: Use mpfard@serenityos.org for my copyright headersAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling