On Sun, Sep 06, 2020 at 10:59:02AM +0200, René Scharfe wrote: > Emit byte-sized values using hashwrite_u8() instead of buffering them > locally first. The hashwrite functions already do their own buffering, > so this double-buffering does not reduce the number of system calls. > Getting rid of it shortens and simplifies the code a bit. > > Signed-off-by: René Scharfe <l.s.r@xxxxxx> Looks great. Acked-by: Taylor Blau <me@xxxxxxxxxxxx> Thanks, Taylor