<p dir="ltr">Hi guys,</p>
<p dir="ltr">I haven't looked in depth into the details, but recently while doing some menial sysadmin labor, I noticed that TLS1.2 cipher suites always have a hash length bigger than the cipher key length. AES128 uses SHA256 and AES256 uses SHA384. I was wondering if we should consider the same thing here for Noise. Namely, suggesting Blake2b over Blake2s, since ChaCha is 256 bits. Or does it not matter, and TLS1.2 has done this for very particular reasons?</p>
<p dir="ltr">Regards,<br>
Jason</p>