bogdankernel / threefish_512

Threefish512 block cipher implementation
6 stars 3 forks source link

[Request] threefish_1024 #1

Open christopher-mv opened 6 years ago

christopher-mv commented 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.

phantomcraft commented 6 years ago

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.