Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jlarky/erlang-tiger-hash

Tiger Hash binding to Erlang
https://github.com/jlarky/erlang-tiger-hash

Last synced: about 1 month ago
JSON representation

Tiger Hash binding to Erlang

Awesome Lists containing this project

README

        

Tiger Hash is now working as erlang application and compiles by rebar :)

Compile
$ ./rebar compile

Compile on Windows
http://github.com/JLarky/erlang-tiger-hash/wiki/compiling-on-windows

Run
$ cd ebin
$ erl -pa ebin -boot start_sasl
Eshell V5.7.2 (abort with ^G)
1> application:start(tiger). %% or tiger:start()
=PROGRESS REPORT==== 10-Oct-2009::01:42:25 ===
application: tiger
started_at: nonode@nohost
ok
2> tiger:hash("tiger").
[108,96,140,225,50,117,176,127,25,118,131,26,197,250,159,85,139,9,82,161,227,249,201,211]

hash(String) take string parameter and return Tiger Hash in 24-bytes string

Requirements:
* erlang-otp
* gcc

(c) 2009,2010 JLarky