aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/twofish_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/twofish_common.c')
-rw-r--r--crypto/twofish_common.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/crypto/twofish_common.c b/crypto/twofish_common.c
index f3a0dd25f871..222fc765c57a 100644
--- a/crypto/twofish_common.c
+++ b/crypto/twofish_common.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * Common Twofish algorithm parts shared between the c and assembler 3 * Common Twofish algorithm parts shared between the c and assembler
3 * implementations 4 * implementations
@@ -13,20 +14,6 @@
13 * code and thus put it in the public domain. The subsequent authors 14 * code and thus put it in the public domain. The subsequent authors
14 * have put this under the GNU General Public License. 15 * have put this under the GNU General Public License.
15 * 16 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; either version 2 of the License, or
19 * (at your option) any later version.
20 *
21 * This program is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU General Public License for more details.
25 *
26 * You should have received a copy of the GNU General Public License
27 * along with this program. If not, see <http://www.gnu.org/licenses/>.
28 *
29 *
30 * This code is a "clean room" implementation, written from the paper 17 * This code is a "clean room" implementation, written from the paper
31 * _Twofish: A 128-Bit Block Cipher_ by Bruce Schneier, John Kelsey, 18 * _Twofish: A 128-Bit Block Cipher_ by Bruce Schneier, John Kelsey,
32 * Doug Whiting, David Wagner, Chris Hall, and Niels Ferguson, available 19 * Doug Whiting, David Wagner, Chris Hall, and Niels Ferguson, available