-
-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
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
Switch to ThreadRng? #6
Comments
Merged
jrose-signal
added a commit
that referenced
this issue
Oct 16, 2020
…nableFingerprint Remove Equatable from ScannableFingerprint
johanvos
pushed a commit
to johanvos/libsignal-client
that referenced
this issue
May 16, 2023
Grpc echo service
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since rand 0.7 it has used ChaCha20 which should be ok (older versions used HC-128 which are no bueno due to side channel attacks).
ThreadRng
should be faster thanOsRng
on most platforms.The text was updated successfully, but these errors were encountered: