On Thu, Jul 27, 2017 at 10:53:54PM +0200, Damien Guibouret wrote: > On transformation of str to hash, computed value is initialised before > first byte modulo 4. But it is already initialised before entering loop > and after processing last byte modulo 4. So the corresponding test and > initialisation could be removed. > > Signed-off-by: Damien Guibouret <damien.guibouret@xxxxxxxxxxxxxxxxxxxx> Thanks, applied. - Ted