src/HOL/SET_Protocol/SET_Protocol.thy
author blanchet
Mon, 20 Jan 2014 18:24:56 +0100
changeset 55076 1e73e090a514
parent 39769 5bcf4253d579
permissions -rw-r--r--
compile

(*  Title:      HOL/SET_Protocol/SET_Protocol.thy
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   2003  University of Cambridge

Root file for the SET protocol proofs.
*)

theory SET_Protocol
imports Cardholder_Registration Merchant_Registration Purchase
begin

end