00001 /* pkgIndex.tcl - */ 00002 /* */ 00003 /* RIPEMD package index file*/ 00004 /* */ 00005 /* This package has been tested with tcl 8.2.3 and above.*/ 00006 /* */ 00007 /* $Id: pkgIndex.tcl,v 1.5 2005/02/23 12:41:37 patthoyts Exp $*/ 00008 00009 if {![package vsatisfies [package provide Tcl] 8.2]} {return} 00010 package ifneeded ripemd128 1.0.3 [list source [file join $dir ripemd128.tcl]] 00011 package ifneeded ripemd160 1.0.3 [list source [file join $dir ripemd160.tcl]] 00012