]> git.ipfire.org Git - people/ms/u-boot.git/commit
Add rivest cipher 4 (rc4) implementation
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:39:07 +0000 (15:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:28 +0000 (17:39 -0600)
commit1acab96d974a1b9f35cbc901f68ef00653d18738
treef21187eeb91fb8c77461203b0def9ebec1d7526a
parent6e780c7a7bfea05429d29fd30cdbf213583e03f6
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]