tor

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

commit d9c877a6e529b6c16cee2fa6883c252f140a9486
parent aab626405c312a33d521c9ca3729552fd9ccca2e
Author: Isis Lovecruft <isis@torproject.org>
Date:   Tue, 15 May 2018 02:05:14 +0000

rust: Export crypto_rand::* functions from our external crate.

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

diff --git a/src/rust/external/lib.rs b/src/rust/external/lib.rs @@ -15,4 +15,5 @@ pub mod crypto_digest; mod crypto_rand; mod external; +pub use crypto_rand::*; pub use external::*;