Adding fips204 library as a dependency

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

cargo add fips204

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

fips204 = "0.4.6"

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

Back to the crate overview.