Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aa/deps/crypto: replace rng to rsa::rand_core::OsRng
rand_core 0.9.0 has different API definition for rng thus cannot fit in the rsa::RsaPrivateKey::new(). This patch directly use OsRng exposed by rsa crate. Signed-off-by: Xynnn007 <[email protected]>
- Loading branch information