Adding pqcrypto library as a dependency

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

cargo add pqcrypto

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

pqcrypto = "0.18.1"

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

Back to the crate overview.