summaryrefslogtreecommitdiffstats
path: root/src/noise/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/noise/mod.rs')
-rw-r--r--src/noise/mod.rs18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/noise/mod.rs b/src/noise/mod.rs
deleted file mode 100644
index d48b5e0..0000000
--- a/src/noise/mod.rs
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Implementation of the:
- *
- * Noise_IKpsk2_25519_ChaChaPoly_BLAKE2s
- *
- * Protocol pattern, see: http://www.noiseprotocol.org/noise.html.
- * For documentation.
- */
-
-mod device;
-mod messages;
-mod noise;
-mod peer;
-mod timestamp;
-mod types;
-
-// publicly exposed interface
-
-pub use device::Device;