]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
rust: Expose rand module from crypto crate.
authorIsis Lovecruft <isis@torproject.org>
Fri, 15 Jun 2018 21:44:22 +0000 (21:44 +0000)
committerIsis Lovecruft <isis@torproject.org>
Fri, 15 Jun 2018 21:44:22 +0000 (21:44 +0000)
src/rust/crypto/lib.rs

index e7e3b22e0334978dc8ce6029a608f7bcffa9ccc0..b349664dbefa8f07fecf39fb4241100c90e02e83 100644 (file)
@@ -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;