<div> On Thursday, March 25, 2021 2:38 PM, Kristian Gjøsteen <kristian.gjosteen@ntnu.no> wrote: <br></div><blockquote class="protonmail_quote" type="cite"><div class>Block ciphers do not make your implementation job harder, they make it easier, because you do not (usually!) have to implement the block cipher.<br></div></blockquote><div><br></div><div>If blocks and lack of key agility are visible in the api that you are using, this makes your job harder.<br></div><div><br></div><div>When you are optimizing around lack of key agility, you will screw up.<br></div><div><br></div><div>When you are fitting your code around the block size, you will screw up.<br></div><div><br></div>