Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 327 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 327 Bytes

ripemd160-cairo

A Cairo implementation of Ripemd-160.

This implementation is inspired by here. We finished it with no hints, which means you can even use it in your starknet contracts!

start

See src/test.cairo for how to use this lib.