Skip to content

Commit

Permalink
better RREADME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gdkrmr committed Nov 14, 2018
1 parent dcc644d commit 460dc0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
[![Build Status](https://travis-ci.org/gdkrmr/Ripemd.jl.svg?branch=master)](https://travis-ci.org/gdkrmr/Ripemd.jl)
[![codecov.io](http://codecov.io/github/gdkrmr/Ripemd.jl/coverage.svg?branch=master)](http://codecov.io/github/gdkrmr/Ripemd.jl?branch=master)

Pure Julia implementation of the [Ripemd](https://en.wikipedia.org/wiki/RIPEMD) hashing algorithm.
Currently only Ripemd160 is implemented and convenience functions are missing.

Usage is very simple:
```julia
julia> using Ripemd

julia> bytes2hex(ripemd160(b"test"))
"5e52fee47e6b070565f74372468cdc699de89107"
```

Currently only Ripemd160 is implemented and convenience functions are missing.

0 comments on commit 460dc0a

Please sign in to comment.