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
We do use randomness when doing HDKD in https://docs.rs/schnorrkel/0.1.1/src/schnorrkel/derive.rs.html#177 which I should probably replace with a t.witness_bytes call so that you can replace thread_rng using attach_rng. via paritytech/substrate#3778 (comment)
t.witness_bytes
thread_rng
attach_rng
The text was updated successfully, but these errors were encountered:
Already fixed this ages ago.
Sorry, something went wrong.
No branches or pull requests
We do use randomness when doing HDKD in https://docs.rs/schnorrkel/0.1.1/src/schnorrkel/derive.rs.html#177 which I should probably replace with a
t.witness_bytes
call so that you can replacethread_rng
usingattach_rng
. via paritytech/substrate#3778 (comment)The text was updated successfully, but these errors were encountered: