Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jlarky/erlang-tiger-hash
- Owner: JLarky
- License: gpl-3.0
- Created: 2009-03-11T17:11:28.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-11-03T14:02:44.000Z (about 14 years ago)
- Last Synced: 2023-04-11T17:40:56.050Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 370 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Tiger Hash is now working as erlang application and compiles by rebar :)
Compile
$ ./rebar compileCompile on Windows
http://github.com/JLarky/erlang-tiger-hash/wiki/compiling-on-windowsRun
$ 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