Skip to content

Instantly share code, notes, and snippets.

@diegoeche
Created February 21, 2013 17:42
Show Gist options
  • Save diegoeche/5006609 to your computer and use it in GitHub Desktop.
Save diegoeche/5006609 to your computer and use it in GitHub Desktop.
string_to_order_id(Id) ->
<<Part:9/binary, _Rest/binary>> = crypto:md5(Id),
<<255,Part/binary>>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment