Added filename extension preserving variant backends SHA1E, SHA256E, etc.
This commit is contained in:
parent
1d2984441c
commit
2a8efc7af1
4 changed files with 49 additions and 17 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue