keyhog-scanner 0.5.40

keyhog-scanner: high-performance SIMD-accelerated secret detection engine
Documentation
1
2
3
4
5
6
7
8
9
10
//! LR1-A2 hand-written unit tests (one `#[test]` per file).

mod gpu_available_is_boolean;
mod gpu_self_test_returns_result;
mod probe_hardware_is_cached;
mod probe_hardware_reports_cores;
mod select_backend_high_tier_large_file;
mod select_backend_small_workload_stays_simd;
mod startup_banner_no_gpu;
mod startup_banner_software_gpu_ignored;