aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd/sha512.3
Commit message (Expand)AuthorAgeFilesLines
* Fix a few mandoc issuesGordon Bergling2020-10-091-1/+1
* Add missing errors section to md[2-5], ripemd160, sha*, and skein* manpagesAllan Jude2019-05-211-1/+21
* libmd: Always erase context in _Final method, and when doingXin LI2018-07-201-2/+4
* Fix formatting errors that resulted in apropos(1) output looking weird.Edward Tomasz Napierala2018-03-171-1/+1
* Import the skein hashing algorithm, based on the threefish block cipherAllan Jude2016-05-291-1/+4
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2016-05-281-6/+39
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-3/+39
* Dereference nonexistent md2(3) manual.Glen Barber2014-03-281-2/+1
* Rewrite HISTORY: The SHA256 code first appeared in 6.0, and the SHA512Colin Percival2011-06-271-1/+1
* Add SHA512 (Actually, this is Colin Percival's code for SHA256, withMark Murray2011-04-091-0/+139