8000 GitHub - odo/hexer: fast converter from binary to hexadecimal in Erlang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0