aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/selftest/curve25519.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-12-13 03:20:53 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-12-16 06:35:58 +0100
commit986a8046a2b297279569ebd160a5410f8f195185 (patch)
tree282abc5d74b64060c52c936177bcb3e9ddf054b0 /src/selftest/curve25519.h
parenttools: fix latest-handshake typo in documentation (diff)
downloadwireguard-monolithic-historical-986a8046a2b297279569ebd160a5410f8f195185.tar.xz
wireguard-monolithic-historical-986a8046a2b297279569ebd160a5410f8f195185.zip
siphash: update against upstream submission
Diffstat (limited to 'src/selftest/curve25519.h')
-rw-r--r--src/selftest/curve25519.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selftest/curve25519.h b/src/selftest/curve25519.h
index 490b1e9..4d94f3b 100644
--- a/src/selftest/curve25519.h
+++ b/src/selftest/curve25519.h
@@ -1,3 +1,5 @@
+/* Copyright (C) 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
+
#ifdef DEBUG
struct curve25519_test_vector {
u8 private[CURVE25519_POINT_SIZE];