poly1305
Run this command in a terminal, in your project's directory:
cargo add poly1305
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
poly1305 = "0.9.0-rc.3"
The poly1305 library will be automatically available globally. Read the poly1305 library documentation.
Back to the crate overview.