USING: kernel math sequences namespaces ; IN: crypto.rc4 ! http://en.wikipedia.org/wiki/RC4_%28cipher%29 : rc4 ( key -- ) [ [ key set ] keep length l set ksa 0 i set 0 j set ] with-scope ;