hexadecimalize
Byte array hexadecimalization:
(defn hexadecimalize [byte-arr]
  (string/lower-case (apply str (map #(format "%02X" %) byte-arr))))Written by Sergey Lukjanov
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Clojure 
Authors
Related Tags
#clojure
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#