//! Vuke - Research tool for studying vulnerable Bitcoin key generation practices.
//!
//! This tool helps security researchers study historical vulnerabilities in Bitcoin
//! key generation, including weak PRNGs, predictable seeds, and insecure derivation methods.
pub use Key;
/// Default progress bar style for CLI operations.