summaryrefslogtreecommitdiff
path: root/modules/crypto/arcfour
blob: 5e7736c920855748931dda53c5ccfe1641001089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description:
ARCFOUR stream cipher implementation

Files:
lib/arcfour.h
lib/arcfour.c

Depends-on:
stdint

configure.ac:
AC_REQUIRE([AC_C_RESTRICT])

Makefile.am:
lib_SOURCES += arcfour.c

Include:
"arcfour.h"

License:
LGPLv2+

Maintainer:
Simon Josefsson