repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
include
/
crypto
/
arc4.h
blob
5b2c24ab0139c333116488857ec5bdf6e53745d1
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Common values for ARC4 Cipher Algorithm
4
*/
5
6
#ifndef _CRYPTO_ARC4_H
7
#define _CRYPTO_ARC4_H
8
9
#define ARC4_MIN_KEY_SIZE 1
10
#define ARC4_MAX_KEY_SIZE 256
11
#define ARC4_BLOCK_SIZE 1
12
13
#endif
/* _CRYPTO_ARC4_H */