src/HOL/SET_Protocol/SET_Protocol.thy
author wenzelm
Sat, 01 Jun 2019 11:29:59 +0200
changeset 70299 83774d669b51
parent 39769 5bcf4253d579
permissions -rw-r--r--
Added tag Isabelle2019-RC4 for changeset ad2d84c42380

(*  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