backends.mdwn: Typo fix, 'SHA_512E' → 'SHA3_512E'
Really awesome that git-annex got SHA3 support the day after the standard was released.
This commit is contained in:
parent
7584e47ba3
commit
5c0c39115c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ can use different ones for different files.
|
|||
* `SHA512`, `SHA512E` -- Best SHA-2 hash, for the very paranoid.
|
||||
* `SHA384`, `SHA384E`, `SHA224`, `SHA224E` -- SHA-2 hashes for
|
||||
people who like unusual sizes.
|
||||
* `SHA3_512`, `SHA_512E`, `SHA3_384`, `SHA3_384E`, `SHA3_256`, `SHA3_256E`, `SHA3_224`, `SHA3_224E`
|
||||
* `SHA3_512`, `SHA3_512E`, `SHA3_384`, `SHA3_384E`, `SHA3_256`, `SHA3_256E`, `SHA3_224`, `SHA3_224E`
|
||||
-- SHA-3 hashes, for bleeding edge fun.
|
||||
* `SKEIN512`, `SKEIN512E`, `SKEIN256`, `SKEIN256E`
|
||||
-- [Skein hash](http://en.wikipedia.org/wiki/Skein_hash),
|
||||
|
|
Loading…
Reference in a new issue