aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/arc4.h
blob: 5b2c24ab0139c333116488857ec5bdf6e53745d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Common values for ARC4 Cipher Algorithm
 */

#ifndef _CRYPTO_ARC4_H
#define _CRYPTO_ARC4_H

#define ARC4_MIN_KEY_SIZE	1
#define ARC4_MAX_KEY_SIZE	256
#define ARC4_BLOCK_SIZE		1

#endif /* _CRYPTO_ARC4_H */