blvm-consensus 0.1.39

Bitcoin Commons BLVM: Direct mathematical implementation of Bitcoin consensus rules from the Orange Paper
1
2
3
4
5
6
7
8
9
10
# cargo-audit configuration for blvm-consensus
# Canonical copy: .cargo/audit.toml (cargo-audit reads from there in CI).

[advisories]
ignore = [
    "RUSTSEC-2025-0141",
    "RUSTSEC-2026-0002",
    "RUSTSEC-2026-0204",
]