aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/curve25519-fiat32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/curve25519-fiat32.h')
-rw-r--r--src/curve25519-fiat32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curve25519-fiat32.h b/src/curve25519-fiat32.h
index 42cfb6c..66f3309 100644
--- a/src/curve25519-fiat32.h
+++ b/src/curve25519-fiat32.h
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0 OR MIT
/*
* Copyright (C) 2015-2016 The fiat-crypto Authors.
- * 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/mit-plv/fiat-crypto>. Though originally