Feature request: Support for skein512_256 hash
This commit is contained in:
parent
857b98e4d8
commit
3fc82fb4e2
1 changed files with 10 additions and 0 deletions
10
doc/bugs/Add_support_for_skein512__95__256_hash.mdwn
Normal file
10
doc/bugs/Add_support_for_skein512__95__256_hash.mdwn
Normal file
|
@ -0,0 +1,10 @@
|
|||
### Please describe the problem.
|
||||
|
||||
cryptonite supports the hash skein512_256, which is just a truncated version of skein512. Could you please add support for using this as a key-value backend? Please note that cryptohash doesn't support this hash, so it'll have to go into the ifdef block alongside the sha3 hashes.
|
||||
|
||||
Rationale: I've just done a benchmark of the different hash implementations in cryptonite, and the skein hashes beat all other hashes (except md5) by a large margin, so I'd like to use them. As with the other hashes, skein512 is a bit faster than skein256 (on x86-64), but I'd like to avoid the overly long file names it produces.
|
||||
|
||||
|
||||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||
|
||||
I'm just trying git-annex for the first time, but it definitly looks great.
|
Loading…
Add table
Reference in a new issue