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
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