breez_sdk_liquid::lightning_125::bitcoin::secp256k1

Function generate_keypair

pub fn generate_keypair<R>(rng: &mut R) -> (SecretKey, PublicKey)
where R: Rng + ?Sized,
Expand description

Generates a random keypair using the global SECP256K1 context.