Generate a new random ECDSA private key using secp256k1.
Note: Unlike some implementations, this directly returns the random bytes without validation. The secp256k1 library will handle any edge cases when the key is used.
Generate a new random ECDSA private key using secp256k1.
Note: Unlike some implementations, this directly returns the random bytes without validation. The secp256k1 library will handle any edge cases when the key is used.