diff options
Diffstat (limited to 'src/crypto/zinc/poly1305/poly1305-donna64.h')
-rw-r--r-- | src/crypto/zinc/poly1305/poly1305-donna64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/zinc/poly1305/poly1305-donna64.h b/src/crypto/zinc/poly1305/poly1305-donna64.h index bea0a2e..7850e0a 100644 --- a/src/crypto/zinc/poly1305/poly1305-donna64.h +++ b/src/crypto/zinc/poly1305/poly1305-donna64.h @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: GPL-2.0 OR MIT - * +/* SPDX-License-Identifier: GPL-2.0 OR MIT */ +/* * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. * * This is based in part on Andrew Moon's poly1305-donna, which is in the |