We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In:
rust-secp256k1/src/context.rs
Lines 44 to 63 in bb4972f
Secp256k1::new itself calls randomize with rand:
Secp256k1::new
randomize
Lines 206 to 234 in bb4972f
Is this intended? If not, the call in deref should be dropped.
deref
The text was updated successfully, but these errors were encountered:
Good catch. Yeah, let's drop the one in deref.
cc #388
Sorry, something went wrong.
728e3a8
Successfully merging a pull request may close this issue.
In:
rust-secp256k1/src/context.rs
Lines 44 to 63 in bb4972f
Secp256k1::new
itself callsrandomize
with rand:rust-secp256k1/src/context.rs
Lines 206 to 234 in bb4972f
Is this intended? If not, the call in
deref
should be dropped.The text was updated successfully, but these errors were encountered: