Re: [Openvpn-devel] [PATCH v3 2/2] List ChaCha20-Poly1305 as stream cipher

2018-10-10 Thread Antonio Quartulli
Hi, On 10/10/18 04:43, Steffan Karger wrote: > As Antonio pointed out, "8-bit block cipher" is a bit funny. So teach > print_cipher() to print such cipher as "stream cipher". > > Because I didn't want to write the same code twice, I decided to merge the > two print_cipher() implementations into o

[Openvpn-devel] [PATCH v3 2/2] List ChaCha20-Poly1305 as stream cipher

2018-10-09 Thread Steffan Karger
As Antonio pointed out, "8-bit block cipher" is a bit funny. So teach print_cipher() to print such cipher as "stream cipher". Because I didn't want to write the same code twice, I decided to merge the two print_cipher() implementations into one shared function. That should make it easier to keep b