Artifact 9373dcbb25e83fd80b6e708f463c4952b5386e43:
- File modules/rc4/pkgIndex.tcl — part of check-in [94d188a8b1] at 2004-07-02 00:01:03 on branch trunk — * rc4.tcl: Pure tcl implementation of the Alledged RC4 stream cipher. * rc4.test: Some published test vectors for RC4. * rc4.man: Documentation. (user: patthoyts size: 297)
# pkgIndex.tcl - # # RC4 package index file # # This package has been tested with tcl 8.2.3 and above. # # $Id: pkgIndex.tcl,v 1.1 2004/07/02 00:01:03 patthoyts Exp $ if {![package vsatisfies [package provide Tcl] 8.2]} {return} package ifneeded rc4 1.0.0 [list source [file join $dir rc4.tcl]]