Adding decaf377 library as a dependency

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

cargo add decaf377

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

decaf377 = "0.10.1"

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

Back to the crate overview.