hash: Fix missing terminating null in encoding
Dependencies
- [2]
DKX3RO3Lbase32: Add encoding of hashes, print base32-encoded hashes - [3]
WABDGHPOhash: fix unused variable warning - [4]
YG4DZB3Aadd representation of hash, decode dependencies
Change contents
- replacement in hash.c at line 21
char b32hash[53];char b32hash[54]; - replacement in hash.c at line 23
memset(b32hash, 0, 53);memset(b32hash, 0, 54);