diff options
Diffstat (limited to 'src/rust/crypto/rand/mod.rs')
-rw-r--r-- | src/rust/crypto/rand/mod.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rust/crypto/rand/mod.rs b/src/rust/crypto/rand/mod.rs deleted file mode 100644 index da8b3bd8a5..0000000000 --- a/src/rust/crypto/rand/mod.rs +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright (c) 2018-2019, The Tor Project, Inc. -// Copyright (c) 2018, isis agora lovecruft -// See LICENSE for licensing information - -// Internal dependencies -pub mod rng; |