tamarin-prover-theory-0.8.5.0: Term manipulation library for the tamarin prover.

PortabilityGHC only
MaintainerBenedikt Schmidt <beschmi@gmail.com>
Safe HaskellNone

Theory.Tools.IntruderRules

Contents

Description

 

Synopsis

Documentation

subtermIntruderRules :: MaudeSig -> [IntrRuleAC]Source

subtermIntruderRules maudeSig returns the set of intruder rules for the subterm (not Xor, DH, and MSet) part of the given signature.

dhIntruderRules :: WithMaude [IntrRuleAC]Source

dhIntruderRules computes the intruder rules for DH

specialIntruderRules :: [IntrRuleAC]Source

specialIntruderRules returns the special intruder rules that are included independently of the message theory

Classifiers