Adding commonware_cryptography library as a dependency

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

cargo add commonware-cryptography

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

commonware-cryptography = "2026.3.0"

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

Back to the crate overview.