anya-core 1.2.0

Enterprise-grade Bitcoin Infrastructure Platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
let security_gaps = vec![
    SecurityGap {
        repo: "mobile",
        issue: "Missing constant-time comparisons in HSM module",
        severity: SecurityLevel::Critical,
    },
    SecurityGap {
        repo: "enterprise",
        issue: "Incomplete memory isolation for key material",
        severity: SecurityLevel::High,
    },
];