JuliaCrypto / Ripemd.jl

Pure Julia Ripemd160 implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Pure Julia Ripemd160 implementation

License:Other


Languages

Language:Julia 100.0%