Function pgp::crypto::dsa::verify

source ·
pub fn verify(
    p: BigUint,
    q: BigUint,
    g: BigUint,
    y: BigUint,
    hashed: &[u8],
    r: BigUint,
    s: BigUint
) -> Result<()>
Expand description

Verify a DSA signature.