logo
pub trait SectionAuthUtils<T: Serialize> {
    fn new(value: T, sig: KeyedSig) -> Self;
fn verify(&self, section_chain: &SecuredLinkedList) -> bool;
fn self_verify(&self) -> bool; }
Expand description

Required methods

Implementors