Adding libcrux_rsa library as a dependency

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

cargo add libcrux-rsa

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

libcrux-rsa = "0.0.6"

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

Back to the crate overview.