ryoakg
2/17/2016 - 6:48 PM

bytes->hex-string.clj

(defmacro bytes->hex-string [x]
  `(javax.xml.bind.DatatypeConverter/printHexBinary ~x))