(******************************************************************************* Title: HOL/Auth/Message Author: Lawrence C Paulson, Cambridge University Computer Laboratory Copyright 1996 University of Cambridge Datatypes of agents and messages; Inductive relations "parts", "analz" and "synth" ******************************************************************************** Edited: Tobias Klenze, ETH Zurich <tobias.klenze@inf.ethz.ch> Christoph Sprenger, ETH Zurich <sprenger@inf.ethz.ch> Integrated and adapted for security protocol refinement and to add a constructor for finite sets. *******************************************************************************) section ‹Theory of ASes and Messages for Security Protocols› theory Message imports Keys "HOL-Library.Sublist" "HOL.Finite_Set" "HOL-Library.FSet" begin