Skip to content
/ hexer Public

fast converter from binary to hexadecimal in Erlang

Notifications You must be signed in to change notification settings

odo/hexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexer

fast converter from binary to hexadecimal.

Found on stackoverflow.

1> hexer:bin_to_hex(<<"\272\263N">>).
<<"BAB34E">>
2> hexer:md5(<<"foo">>).
<<"ACBD18DB4CC2F85CEDEF654FCCC4A4D8">>

About

fast converter from binary to hexadecimal in Erlang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages