From 8eab746c9657aaac6e0808a3f16d86903f9e3b65 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sun, 21 Aug 2016 09:06:15 +0200 Subject: [PATCH] doc --- common/crypto/crypto.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common/crypto/crypto.go diff --git a/common/crypto/crypto.go b/common/crypto/crypto.go new file mode 100644 index 00000000..3a4e4751 --- /dev/null +++ b/common/crypto/crypto.go @@ -0,0 +1,3 @@ +// Provides common crypto libraries for V2Ray. + +package crypto