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