[tor-commits] [tor/maint-0.3.4] rust: Expose rand module from crypto crate.

nickm at torproject.org nickm at torproject.org
Sat Jun 16 16:43:39 UTC 2018


commit ac5b1428ea9d0a4c59e9c9c11a88019ebae6abf0
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Jun 15 21:44:22 2018 +0000

    rust: Expose rand module from crypto crate.
---
 src/rust/crypto/lib.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rust/crypto/lib.rs b/src/rust/crypto/lib.rs
index e7e3b22e0..b349664db 100644
--- a/src/rust/crypto/lib.rs
+++ b/src/rust/crypto/lib.rs
@@ -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;
 





More information about the tor-commits mailing list