From: Tilman Sauerbeck Date: Thu, 28 Dec 2017 10:27:08 +0000 (+0100) Subject: Rework SSLi_hash2hex() and SSLi_hex2hash(). X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=2ce951c559f61bdae2a424e378e40bfd6fc815ec;hp=2ce951c559f61bdae2a424e378e40bfd6fc815ec;p=umurmur.git Rework SSLi_hash2hex() and SSLi_hex2hash(). This replaces the stdio-based implementation (printf(), scanf()) with a hand-written one. This should be worthwhile even if it's unlikely that these functions show up in any profile. ---