tor

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

commit e5974e51589e5d16aa4f518c86abac1f43f55e5a
parent 2d2cfbcd81f9bcdf1097f58b76e8be22456bc5a2
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 16 May 2018 09:14:13 -0400

Merge remote-tracking branch 'isis-github/bug26108'

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::*;