bcx-crypto
Crypto-agile signature envelope metadata for the main
bcx crate.
This crate belongs to the BCX workspace. It is published separately so the main
crate can keep small internal modules and precise dependency boundaries, but it
is not meant to be used as a standalone protocol product. Prefer depending on
bcx unless you are working on BCX internals.
Example
use Digest;
use ;
use WireLimits;
let signature = ;
let limits = new.unwrap;
let envelope = new
.unwrap;
let policy = new;
assert!;
Notes
no_stdby default.- This crate defines metadata and verifier traits, not cryptographic provider implementations.
- Hybrid signature verification requires both components to be checked.