Daiki Ueno <[email protected]> writes: > From: Daiki Ueno <[email protected]> > > The ChaCha20 based header protection algorithm in QUIC requires a way > to set the initial value of counter: > https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#name-chacha20-based-header-prote > > This will add a new function chacha_set_counter, which takes an > 8-octet initial value of the block counter.
Do you see any need to add functions working with a 32-bit counter (together with chacha_set_nonce96)? We could have something like chacha_set_counter32 and chacha_crypt32. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
