Closed burdges closed 5 years ago
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 https://github.com/paritytech/substrate/pull/3778#issuecomment-539336430
t.witness_bytes
thread_rng
attach_rng
Already fixed this ages ago.
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 https://github.com/paritytech/substrate/pull/3778#issuecomment-539336430