summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypto/Checksum
AgeCommit message (Expand)Author
2023-05-18LibCrypto: Add a checksumming stream wrapperkleines Filmröllchen
2023-05-18LibCrypto: Add generic 8-bit CRCkleines Filmröllchen
2023-05-18LibCrypto: Expose checksum type of ChecksumFunctionkleines Filmröllchen
2023-03-31LibCrypto: Implement little endian CRC using the slicing-by-8 algorithmTimothy Flynn
2023-03-25LibCrypto: Use 8-byte crc32 instruction on arm tooNico Weber
2023-03-25LibCrypto: Start sometimes hardware-accelerating crc32Nico Weber
2022-03-10Libraries: Use default constructors/destructors in LibCryptoLenny Maiorani
2022-02-26LibCrypto: Simplify and move CRC32 table to cpp fileLenny Maiorani
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling