aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/hchacha20.rs
diff options
context:
space:
mode:
authorGuanhao Yin <sopium@mysterious.site>2017-03-24 10:22:14 +0800
committerGuanhao Yin <sopium@mysterious.site>2017-03-24 10:30:14 +0800
commit3c12709e3a1861c96b6090f6c02a97accaeffdfd (patch)
tree7ebc6ae67a3c0955e732371ae4be23414f8ce98e /src/crypto/hchacha20.rs
parentAdd sopium's protocol implementation and wg-standalone (diff)
downloadwireguard-rs-3c12709e3a1861c96b6090f6c02a97accaeffdfd.tar.xz
wireguard-rs-3c12709e3a1861c96b6090f6c02a97accaeffdfd.zip
Use my real name. Fix #5
Not that I totally agree with Jason on this, but it is probably too late to hide anyway 🐢.
Diffstat (limited to 'src/crypto/hchacha20.rs')
-rw-r--r--src/crypto/hchacha20.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/hchacha20.rs b/src/crypto/hchacha20.rs
index 60b3de2..dfeacdd 100644
--- a/src/crypto/hchacha20.rs
+++ b/src/crypto/hchacha20.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.