src/HOL/SET_Protocol/SET_Protocol.thy
author Fabian Huch <huch@in.tum.de>
Fri, 01 Dec 2023 20:32:34 +0100
changeset 79101 4e47b34fbb8e
parent 39769 5bcf4253d579
permissions -rw-r--r--
clarified graph operations in timing heuristic;

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