The new Xcode declares the sprintf() function deprecated and
suggests to sue snprintf() as a safer alternative.
This change actually moves away from any formatted printing and
uses inlined byte-to-hex-string conversion which is also safe
and is (unmesurably) faster.