fips204
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:
Cargo.toml
[dependencies]
fips204 = "0.4.6"
The fips204 library will be automatically available globally. Read the fips204 library documentation.
Back to the crate overview.