maandree / sha3sum

[Feature complete] SHA-3 and Keccak checksum utility
https://codeberg.org/maandree/sha3sum
ISC License
174 stars 51 forks source link

Update sha3sum.c #11

Closed kseistrup closed 10 years ago

kseistrup commented 10 years ago

The code in sha3sum.c didn't put a '\0' char at the end of the out buffer, and the binary equivalent of the hexdigest was output to the terminal. This patch seems to remedy the case and fixes #10.