You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use tink_core::subtle::random::rng() to return an instance of the
tink_core::subtle::random::Generator trait, which is just a combination
of rand::RngCore and rand::CryptoRng.
Use this rng() instance throughout the code.
Drop a couple of direct dependencies on rand which were not needed.
0 commit comments