Version 1 of Shrinking generator

Updated 2006-12-30 19:43:54

In progress

 proc XOR args {
   set work [lindex $args 0]
   set args [lrange $args 1 end]
   foreach item $args {

   }
 }
 proc leftshift {current polynominals} {
   set result {}
   foreach selector $polynominals {

   }
 }

Category Cryptography