mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
rust: Export crypto_rand::* functions from our external crate.
This commit is contained in:
Vendored
+1
@@ -15,4 +15,5 @@ pub mod crypto_digest;
|
||||
mod crypto_rand;
|
||||
mod external;
|
||||
|
||||
pub use crypto_rand::*;
|
||||
pub use external::*;
|
||||
|
||||
Reference in New Issue
Block a user