hashcracker 1.1.0

GPU-accelerated password cracker — 41 hash types, Vulkan/Metal/DX12, single binary
1
2
3
4
5
6
7
8
// Terminal UI rendering — re-exports from cli::output for semantic clarity.
pub use crate::cli::output::{
    print_found_entry,
    print_summary,
    print_bench_header,
    print_bench_row,
    print_bench_footer,
};