Function pgp::crypto::dsa::sign

source ·
pub fn sign(
    p: BigUint,
    q: BigUint,
    g: BigUint,
    x: BigUint,
    y: BigUint,
    hash_algorithm: HashAlgorithm,
    hashed: &[u8]
) -> Result<(BigUint, BigUint)>
Expand description

Produce a DSA signature