Skip to content
/ md2 Public

An erlang implementation of the MD2 algorithm according to RFC 1319.

License

Notifications You must be signed in to change notification settings

lindenbaum/md2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2

An Erlang implementation of the MD2 algorithm according to RFC 1319.

Summary

This OTP library application contains an erlang-only implementation as well as a NIF-based implementation of MD2. The NIF based implementation is taken from the code provided directly in RFC 1319. If the NIF can't be loaded the erlang implementation (slower) will be used.

Building

The project is built using rebar.

To use this project as a dependency using rebar3, just get it directly from https://hex.pm/packages/md2.

Usage

To compute the MD2 digest of a binary call md2:hash(Binary).

About

An erlang implementation of the MD2 algorithm according to RFC 1319.

Resources

License

Stars

Watchers

Forks

Packages

No packages published