Adding attack_on_ecdsa library as a dependency

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

cargo add attack-on-ecdsa

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

attack-on-ecdsa = "0.1.0"

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

Back to the crate overview.