Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 608 Bytes

Ripemd.jl

Build Status codecov.io

Pure Julia implementation of the Ripemd hashing algorithm. Currently only Ripemd160 is implemented and convenience functions are missing.

Usage is very simple:

julia> using Ripemd

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