tor

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

commit 5cb45d2c7a845cb27c7afc0734e33b1f1b2497f4
parent 97cc61e9476d6553e65ade578cc57a029674ee5a
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sat, 16 Jun 2018 12:43:35 -0400

Merge branch 'maint-0.3.4'

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;