//! nwep trust layer, the bls anchor and merkle log surface NW120000.
//!
//! this is the verifiable trust half of the protocol, gated behind the "trust"
//! cargo feature so consumers that do not verify anchors do not link blst. it is
//! built against the full libnwep, not libnwep_core NWG1200.
//!
//! today it covers the bls threshold primitives ([bls]), the [checkpoint] and
//! genesis ceremony, and the [TrustStore]. the anchor production ceremony is
//! added in a later slice.
pub use ;
pub use ;
pub use evaluate_key_rotation;
pub use ;
/// returns the static version string of the linked trust layer.