blvm-consensus 0.1.35

Bitcoin Commons BLVM: Direct mathematical implementation of Bitcoin consensus rules from the Orange Paper
1
2
3
4
//! Orphan verification tests (COV-C-A3): SHA256 differential checks vs sha2 crate.

#[path = "verification/differential_tests.rs"]
mod differential_tests;