Function nettle::ecdsa::sign

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

Signs digest using the key private.

Returns the signature.