Uh oh!
There was an error while loading. Please reload this page.
Add Tiger hash - #50
Conversation
newpavlov
commented
Feb 16, 2018
Thank you for you contribution and welcome! I will try to look over your code in the following week. |
jmcomets
commented
Apr 5, 2018
Any updates on this? |
rawler
commented
Jul 15, 2018
Also wondering about updates on this? |
newpavlov
commented
Feb 11, 2019
Sorry for the long waiting time! I will need to introduce some minor changes before merging this PR. |
Note that this depends on the addition of a `len_padding_with` method to BlockBuffer* structs.
Hi there! I've rebased & updated the implementation to use the new API for padding. I noticed that while the prefix was previously an argument to Instead, the prefix was hardcoded to Finally, since the rebase my tests no longer build. I had a look & it seems that there's an ambiguity when calling |
@jmcomets sorry this PR has been so long in the tooth! If you can please rebase it again and add a Note that we've released new versions of several of the dependencies, namely |
tarcieri
commented
Feb 4, 2021
Closing in favor of #229 |
Note that this depends on the addition of a
len_padding_withmethod toBlockBuffer*structs (RustCrypto/utils#7).