| Crates.io | attack-on-ecdsa |
| lib.rs | attack-on-ecdsa |
| version | 0.1.0 |
| created_at | 2025-12-18 18:46:38.205226+00 |
| updated_at | 2025-12-18 18:46:38.205226+00 |
| description | Educational Rust implementation of ECDSA cryptographic attacks (research and learning purposes only). |
| homepage | https://github.com/ccsArtifacts/Attack-on-ECDSA |
| repository | https://github.com/ccsArtifacts/Attack-on-ECDSA |
| max_upload_size | |
| id | 1993147 |
| size | 18,176 |
Educational Rust crate demonstrating classical attacks against ECDSA when cryptographic assumptions are violated (e.g. nonce reuse).
This crate is for educational and research purposes only. Do NOT use in production systems.
use attack_on_ecdsa::break_ecdsa::recover_private_key;