index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCrypto
/
Checksum
Age
Commit message (
Expand
)
Author
2023-05-18
LibCrypto: Add a checksumming stream wrapper
kleines Filmröllchen
2023-05-18
LibCrypto: Add generic 8-bit CRC
kleines Filmröllchen
2023-05-18
LibCrypto: Expose checksum type of ChecksumFunction
kleines Filmröllchen
2023-03-31
LibCrypto: Implement little endian CRC using the slicing-by-8 algorithm
Timothy Flynn
2023-03-25
LibCrypto: Use 8-byte crc32 instruction on arm too
Nico Weber
2023-03-25
LibCrypto: Start sometimes hardware-accelerating crc32
Nico Weber
2022-03-10
Libraries: Use default constructors/destructors in LibCrypto
Lenny Maiorani
2022-02-26
LibCrypto: Simplify and move CRC32 table to cpp file
Lenny Maiorani
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling