<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>arc4</name>
<shortdesc>arc4 random number generator</shortdesc>
<description>Very quick high quality 32-bit pseudo-random number generator.

This code is derived from section 17.1 of Applied Cryptography,
second edition, which describes a stream cipher allegedly
compatible with RSA Labs "RC4" cipher (the actual description of
which is a trade secret).  The same algorithm is used as a stream
cipher called "arcfour" in Tatu Ylonen's ssh package.</description>
<homepage rdf:resource="http://rockers.su/py-arc4.html" />
<maintainer><foaf:Person><foaf:name>Dmitri Alenichev</foaf:name>
<foaf:mbox_sha1sum>6e03cac0c0f09c185451543e67952e6cd2bc45b4</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>