History log of /seL4-l4v-master/HOL4/examples/Crypto/MARS/MARS_DataScript.sml
Revision Date Author Comments
# 8d83067c 21-Oct-2018 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove TABs from examples


# 4761143b 10-Aug-2009 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Removed trailing whitespace from all .sml and .sig files.

This affects over 900 files and was done using emacs's delete-trailing-whitespace
function in batch mode. Building the system with Poly/ML and Moscow ML seems to
work, so I'm hoping these changes don't break anything. Please complain if
they do!


# 02b9d2ff 14-May-2008 Anthony Fox <anthony.fox@cl.cam.ac.uk>

Update to using wordsTheory.


# 584081ec 23-Nov-2007 Peter Homeier <palantir@trustworthytools.com>

Repaired for Kananaskis-5. The quotation given for defining the keysched type abbreviation needed a space after the colon (not an immediate newline!). Also, it was missing one finishing backquote.


# 657d6095 22-Jul-2005 Konrad Slind <konrad.slind@gmail.com>

Minor tweaks.


# 91d69bc4 17-Jul-2005 Konrad Slind <konrad.slind@gmail.com>

Case studies in Crypto verification: AES,IDEA,RC6,Twofish,Serpent,MARS,
TEA. Also, CBC mode of operation.