Adding ripemd320 library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ripemd320

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ripemd320 = "0.10.0"

The ripemd320 library will be automatically available globally. Read the ripemd320 library documentation.

Back to the crate overview.