[Cryptography] block size / block cipher versus stream cipher

jrzx jrzx at protonmail.ch
Sat Mar 27 18:21:40 EDT 2021


On Thursday, March 25, 2021 2:38 PM, Kristian Gjøsteen <kristian.gjosteen at ntnu.no> wrote:

> Block ciphers do not make your implementation job harder, they make it easier, because you do not (usually!) have to implement the block cipher.

If blocks and lack of key agility are visible in the api that you are using, this makes your job harder.

When you are optimizing around lack of key agility, you will screw up.

When you are fitting your code around the block size, you will screw up.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.metzdowd.com/pipermail/cryptography/attachments/20210327/e4d7ae55/attachment.htm>


More information about the cryptography mailing list