|
|
|
|
|
by greenicon
1232 days ago
|
|
There shouldn’t be much of a difference, although the rust crate is more similar to the OpenSSL part. Just make sure to properly seed your CSPRNG, e.g. via using Rust’s ThreadRng[1]. In basically all cases there is no reason to use anything from the rand crate except ThreadRng. 1: https://rust-random.github.io/rand/rand/rngs/struct.ThreadRn... |
|