diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-01 17:07:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-01 17:07:15 -0400 |
commit | 1b9c4477fb542cddbb05012a52c602eb203b2d83 (patch) | |
tree | cfd188f22919147efab10deb00e9a3bfea6c0236 /doc | |
parent | b7f4801801aa8b8e20ea82261b193a73b7fec799 (diff) |
New backends: SHA512 SHA384 SHA256 SHA224
Diffstat (limited to 'doc')
-rw-r--r-- | doc/backends.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/backends.mdwn b/doc/backends.mdwn index 3e605e4b1..5d02ad3a1 100644 --- a/doc/backends.mdwn +++ b/doc/backends.mdwn @@ -19,6 +19,9 @@ can use different backends for different files. allows modifications of files to be tracked. Its need to generate checksums can make it slower for large files. for use. +* `SHA512`, `SHA384`, `SHA256`, `SHA224` -- Like SHA1, but larger + checksums. Mostly useful for the very paranoid, or anyone who is + researching checksum collisions and wants to annex their colliding data. ;) * `URL` -- This backend downloads the file's content from an external URL. The `annex.backends` git-config setting can be used to list the backends |