diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-04 13:47:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-04 13:47:54 -0400 |
commit | befd1be4e0a5505a3600ea36b9d5834d1379719d (patch) | |
tree | 0208be9992e23defd415df7127850f42d3a3280e /doc | |
parent | bc4016065f00af1b77c6fa1dedb5c4c22158b9d8 (diff) |
Added MD5 and MD5E backends.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/backends.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/backends.mdwn b/doc/backends.mdwn index bf6471fa7..5da053dc1 100644 --- a/doc/backends.mdwn +++ b/doc/backends.mdwn @@ -17,8 +17,8 @@ can use different ones for different files. This is the least expensive backend, recommended for really large files or slow systems. * `SHA512`, `SHA512E` -- Best SHA-2 hash, for the very paranoid. -* `SHA1`, `SHA1E` -- Smaller hash than `SHA256` for those who want a checksum - but are not concerned about security. +* `SHA1`, `SHA1E`, `MD5`, `MD5E` -- Smaller hashes than `SHA256` + for those who want a checksum but are not concerned about security. * `SHA384`, `SHA384E`, `SHA224`, `SHA224E` -- Hashes for people who like unusual sizes. * `SKEIN512`, `SKEIN512E`, `SKEIN256`, `SKEIN256E` |