]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add rivest cipher 4 (rc4) implementation
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:39:07 +0000 (15:39 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:53 +0000 (13:48 +0200)
commit4143d4e3ce4b55f6e274522b43941145167afbf5
treecf4dcafd36f206106307d8ca2561de17639a8448
parent7bad927328d3750397c7ca2f4b336632b6cae924
Add rivest cipher 4 (rc4) implementation

Add an implementation of RC4. This will be used by Rockchip booting but may
be useful in other situations.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/rc4.h [new file with mode: 0644]
lib/Makefile
lib/rc4.c [new file with mode: 0644]