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.
pub fn verify_both(
msg: &[u8],
sig: &HybridSignature,
pub_key: &HybridPublicKey,
) -> Result<(), String>Verify both components. Returns Ok iff both verify; Err with diagnostic.