Hi everyone,
I have problem with function gerenate_keypair in Spec256k1 version 0.30.0
and I have this error when I want to generate public_key and secret_key
this is my function
let secp = Secp256k1::new();
let (secret_key, public_key) = secp.generate_keypair(&mut OsRng);
and no method generate_key found in secp
and this is my toml secp256k1 = "0.30.0"