Skip to main content

verify_both

Function verify_both 

Source
pub fn verify_both(
    msg: &[u8],
    sig: &HybridSignature,
    pub_key: &HybridPublicKey,
) -> Result<(), String>
Expand description

Verify both components. Returns Ok iff both verify; Err with diagnostic.