tor

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

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

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

Diffstat:
Msrc/rust/crypto/lib.rs | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/rust/crypto/lib.rs b/src/rust/crypto/lib.rs @@ -33,4 +33,5 @@ extern crate libc; // Our local crates. extern crate external; -mod digests; // Unfortunately named "digests" plural to avoid name conflict with the digest crate +pub mod digests; // Unfortunately named "digests" plural to avoid name conflict with the digest crate +