Function nettle::ecdsa::generate_keypair

source ·
pub fn generate_keypair<C: Curve, R: Random>(
    random: &mut R
) -> Result<(Point, Scalar)>
Expand description

Generates a new ECDSA key pair for siging.