Function nettle::ecdsa::sign[][src]

pub fn sign<R: Random>(
    private: &Scalar,
    digest: &[u8],
    random: &mut R
) -> Signature
Expand description

Signs digest using the key private. Returns the signature.