Thank you very much for your Threefish implementation. However it doesn't work as I expected .
I have encountered a problem with key size. Regarding specification: Key sizes are 256, 512 or 1024 bits (key size is equal to block size). For example - your implementation of 1024bit version refuses 128B key and demands 144B (1152bit): /struct Threefish1024_Info : public *FixedKeyLength<144>*, public FixedBlockSize<128>, public FixedRounds<80>/ So I'm little confused - don't know maybe I have missed something. -- View this message in context: http://crypto-users.996303.n3.nabble.com/Threefish-tp4700p5250.html Sent from the Crypto++ Users mailing list archive at Nabble.com. -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
