Added filename extension preserving variant backends SHA1E, SHA256E, etc.

This commit is contained in:
Joey Hess 2011-05-16 11:46:34 -04:00
parent 1d2984441c
commit 2a8efc7af1
4 changed files with 49 additions and 17 deletions

View file

@ -23,6 +23,9 @@ these backends.
* `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. ;)
* `SHA1E`, `SHA512E`, etc -- Variants that preserve filename extension as
part of the key. Useful for archival tasks where the filename extension
contains metadata that should be preserved.
These backends store file contents in other key/value stores.