diff options
Diffstat (limited to 'src/crypto/curve25519-x86_64.S')
-rw-r--r-- | src/crypto/curve25519-x86_64.S | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/crypto/curve25519-x86_64.S b/src/crypto/curve25519-x86_64.S index 2407ff4..4d26926 100644 --- a/src/crypto/curve25519-x86_64.S +++ b/src/crypto/curve25519-x86_64.S @@ -1,5 +1,7 @@ -/* - * Copyright (C) 2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. +/* SPDX-License-Identifier: GPL-2.0 + * + * Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. + * * Based on algorithms from Tung Chou <blueprint@crypto.tw> */ |