Does anyone have a recommended 512-bit cipher? Preferably stream, yet I can tolerate block.
I do know how to type Blake2b-512(seed, counter). I prefer not to.
Does anyone have a recommended 512-bit cipher? Preferably stream, yet I can tolerate block.
I do know how to type Blake2b-512(seed, counter). I prefer not to.
@kayaba Threefish-512 is what you're looking for. It's well-defined so you don't need to custom design your own. It was a SHA-3 finalist and performs very well in software.
@atoponce Thanks! Definitely sounds like what I'd want for a proper solution.
Then the question is simply are proper solutions better than a simple Blake2b hack which sounds a lot more... practical?
Then there's also the ability to use a Keccak256 sponge construction...