Re: Armeb is broken

2020-03-04 Thread Michael Weiser
Hello Niels, On Tue, Mar 03, 2020 at 06:57:25PM +0100, Niels Möller wrote: > The correctness in all cases is not that obvious to me now, but the idea > is that we write aligned words, and read aligned words. But since input > and output may have different alignment, src words are shifted around

Re: [PATCH] chacha: add function to set the initial value of counter

2020-03-04 Thread Daiki Ueno
Hello, ni...@lysator.liu.se (Niels Möller) writes: > Daiki Ueno writes: > >> 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 > > Out of