tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

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

rust: Expose rand module from crypto crate.

Diffstat:
Msrc/rust/crypto/lib.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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;