summaryrefslogtreecommitdiff
path: root/include/rc4.h
AgeCommit message (Collapse)AuthorFilesLines
2015-07-22Add rivest cipher 4 (rc4) implementationSimon Glass1-0/+21
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>