Open christopher-mv opened 6 years ago
Can you implement a 1024 bits version? Assuming the 512 bits module exists, it wouldn't be so hard to do that (I'm newbie in C).
I have been benchmarking threefish with a key of 1024 bits and I see no difference in speed compared to the 512 bits version.
Thanks.
https://github.com/phantomcraft/threefish1024
I modified this threefish_512 for working with 1024 bits keys one year ago, just for personal use. Now I'm releasing, I added a 128 bit tweak.
Can you implement a 1024 bits version? Assuming the 512 bits module exists, it wouldn't be so hard to do that (I'm newbie in C).
I have been benchmarking threefish with a key of 1024 bits and I see no difference in speed compared to the 512 bits version.
Thanks.