mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
rust: Expose rand module from crypto crate.
This commit is contained in:
parent
e22822e4ae
commit
ac5b1428ea
@ -34,4 +34,5 @@ extern crate libc;
|
||||
extern crate external;
|
||||
|
||||
pub mod digests; // Unfortunately named "digests" plural to avoid name conflict with the digest crate
|
||||
pub mod rand;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user