aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/curve25519-hacl64.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-01-02 19:52:25 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-01-02 19:52:25 +0100
commitd8230ea0dcb02d716125b2b3c076f2de40ebed99 (patch)
tree6227c18b705454695e63a445e791b027188e6622 /src/curve25519-hacl64.h
parentwg-quick: linux: quote ifname for nft (diff)
downloadwireguard-tools-d8230ea0dcb02d716125b2b3c076f2de40ebed99.tar.xz
wireguard-tools-d8230ea0dcb02d716125b2b3c076f2de40ebed99.zip
global: bump copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/curve25519-hacl64.h')
-rw-r--r--src/curve25519-hacl64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curve25519-hacl64.h b/src/curve25519-hacl64.h
index 0f729ec..1fba1f5 100644
--- a/src/curve25519-hacl64.h
+++ b/src/curve25519-hacl64.h
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
* Copyright (C) 2016-2017 INRIA and Microsoft Corporation.
- * Copyright (C) 2018-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*
* This is a machine-generated formally verified implementation of Curve25519
* ECDH from: <https://github.com/mitls/hacl-star>. Though originally machine