K 10 svn:author V 3 mav K 8 svn:date V 27 2008-12-16T13:58:37.154034Z K 7 svn:log V 303 Avoid 256 integer divisions per rc4_init() call. Replace it with using separate index variable. It gives more then double rc4_init() performance increase on tested i386 P4. It also gives about 15% speedup to PPTP VPN with stateless MPPE encryption (by ng_mppc) which calls rc4_init() for every packet. END