Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / include / crypto / morus_common.h
blob969510a9a56c2685d24959b590df11d4cb230a21
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * The MORUS Authenticated-Encryption Algorithm
4 * Common definitions
6 * Copyright (c) 2016-2018 Ondrej Mosnacek <omosnacek@gmail.com>
7 * Copyright (C) 2017-2018 Red Hat, Inc. All rights reserved.
8 */
10 #ifndef _CRYPTO_MORUS_COMMON_H
11 #define _CRYPTO_MORUS_COMMON_H
13 #define MORUS_BLOCK_WORDS 4
14 #define MORUS_STATE_BLOCKS 5
15 #define MORUS_NONCE_SIZE 16
16 #define MORUS_MAX_AUTH_SIZE 16
18 #endif /* _CRYPTO_MORUS_COMMON_H */