blob: c5bf4463704ddb031124bb9b51c85019ee0ff5fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//! Implementation for the style of router status entries used in
//! old-style "ns" consensus documents.
//
// Read this file in conjunction with `each_variety.rs`.
// See "module scope" ns_variety_definition_macros.rs.
use super::*;
// Import `each_variety.rs`, appropriately variegated
ns_do_variety_vote! {}
pub(crate) use crate::doc::routerdesc::{DOC_DIGEST_LEN, RdDigest as DocDigest};
|