Index of /crypto/crypto/src

 NameLast modifiedSizeDescription

 Parent Directory   -  
 BLURB.txt 2010-05-19 16:28 168  
 build 2010-05-19 16:28 229  
 model.sml 2010-05-19 16:28 291  
 controller.sml 2010-05-19 16:28 334  
 string-set.sml 2010-05-19 16:28 359  
 char-lin-ord.sml 2010-05-19 16:28 361  
 string-lin-ord.sml 2010-05-19 16:28 373  
 data.sml 2010-05-19 16:28 414  
 aux.sig 2010-05-19 16:28 486  
 completion.sml 2010-05-19 16:28 492  
 crypto 2010-05-19 16:28 634  
 aux.sml 2010-05-19 16:28 648  
 completion.sig 2010-05-19 16:28 664  
 lin-ord.sig 2010-05-19 16:28 697  
 random.sig 2010-05-19 16:28 727  
 COPYING.txt 2010-05-19 16:28 798  
 controller.sig 2010-05-19 16:28 814  
 random.sml 2010-05-19 16:28 1.0K 
 filter-evt.sig 2010-05-19 16:28 1.1K 
 data-func.sml 2010-05-19 16:28 1.1K 
 filter-evt.sml 2010-05-19 16:28 1.1K 
 lexicon.sig 2010-05-19 16:28 1.2K 
 set.sig 2010-05-19 16:28 1.7K 
 interrupts.sig 2010-05-19 16:28 1.7K 
 interrupts.sml 2010-05-19 16:28 1.7K 
 select.sig 2010-05-19 16:28 1.8K 
 button-bar.sig 2010-05-19 16:28 1.9K 
 text-renderer.sig 2010-05-19 16:28 2.7K 
 data.sig 2010-05-19 16:28 2.7K 
 extstr.sml 2010-05-19 16:28 3.0K 
 set-func.sml 2010-05-19 16:28 3.0K 
 text-window.sig 2010-05-19 16:28 3.4K 
 model.sig 2010-05-19 16:28 3.5K 
 lowercase-word.sml 2010-05-19 16:28 3.8K 
 crypto.cm 2011-08-08 08:19 4.3K 
 lexicon-func.sml 2010-05-19 16:28 4.3K 
 lowercase-word.sig 2010-05-19 16:28 4.6K 
 select.sml 2010-05-19 16:28 5.0K 
 view.sig 2010-05-19 16:28 6.1K 
 controller-func.sml 2010-05-19 16:28 6.7K 
 button-bar.sml 2010-05-19 16:28 7.9K 
 auto-view.sml 2010-05-19 16:28 11K 
 model-func.sml 2010-05-19 16:28 16K 
 text-renderer.sml 2010-05-19 16:28 16K 
 terminal-view.sml 2010-05-19 16:28 16K 
 GPL.txt 2010-05-19 16:28 18K 
 graphical-view.sml 2010-05-19 16:28 38K 
 text-window.sml 2010-05-19 16:28 47K 
 lexicon.txt 2010-05-19 16:28 345K 

                 Crypto: a Cryptogram Encoder/Decoder

Crypto will compile on SML/NJ Version 110.59 or greater.

-------------------------------------------------------------------------------
CM Description File
-------------------------------------------------------------------------------

crypto.cm

  see this file for brief descriptions of the Standard ML source files

-------------------------------------------------------------------------------
Shell Scripts
-------------------------------------------------------------------------------

build

  shell script for building the heap images, and putting them in the
  .heap directory; run with option -DGRAPH to build the graphical
  version, run with option -DAUTO to build the automatic version; by
  default builds the terminal version

crypto

  shell script for running crypto

  edit this script so that the variable heapdir is set to the absolute
  pathname of the directory where the heap image will reside, or to
  .heap if you want to run crypto only from this directory