diff options
author | aranea@650e41fad422f2a4d6f36ca1f20d41b7c0f18ab7 <aranea@web> | 2016-10-30 15:09:53 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-10-30 15:09:53 +0000 |
commit | 6fcd64ee10a240045dec161f15eb67aef0c69243 (patch) | |
tree | 33249dab72d0ace99f4eb33c9e133caaa7e25573 | |
parent | c80f28d4df327b3d4cf5899936af5169ab0bcdf8 (diff) |
Feature request: Support for skein512_256 hash
-rw-r--r-- | doc/bugs/Add_support_for_skein512__95__256_hash.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/Add_support_for_skein512__95__256_hash.mdwn b/doc/bugs/Add_support_for_skein512__95__256_hash.mdwn new file mode 100644 index 000000000..f7149c56a --- /dev/null +++ b/doc/bugs/Add_support_for_skein512__95__256_hash.mdwn @@ -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. |