aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/xchacha20poly1305.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/xchacha20poly1305.rs')
-rw-r--r--src/crypto/xchacha20poly1305.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/xchacha20poly1305.rs b/src/crypto/xchacha20poly1305.rs
index 4d67d97..e9d9525 100644
--- a/src/crypto/xchacha20poly1305.rs
+++ b/src/crypto/xchacha20poly1305.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.