summaryrefslogtreecommitdiff
path: root/src/sha512.cc
Commit message (Expand)AuthorAgeFilesLines
* Add two missing system headers to sha512.ccJohn Wiegley2024-08-051-0/+2
* Revert all changes to sha512.cJohn Wiegley2024-08-051-1/+1
* Change one prototypeJohn Wiegley2024-08-051-3/+1
* Remove most changes to sha512.ccJohn Wiegley2024-08-051-5/+11
* Include sys/types.hJohn Wiegley2024-08-051-0/+1
* Include stdint.h in sha512.ccJohn Wiegley2024-08-051-0/+1
* Fix return type of SHA512John Wiegley2024-08-051-1/+1
* Try something elseJohn Wiegley2024-08-051-7/+1
* Revert a type changeJohn Wiegley2024-08-051-2/+2
* Type signature fixJohn Wiegley2024-08-051-1/+1
* Update src/sha512.ccJohn Wiegley2024-08-051-1/+1
* Update src/sha512.ccJohn Wiegley2024-08-051-1/+1
* Add support for hash chaining to detect modifications in postingsJohn Wiegley2024-08-051-0/+479