Skip to content

Commit

Permalink
Deploy to GitHub Pages on develop: a6df687a05c2473573749494bdd7752b10…
Browse files Browse the repository at this point in the history
…9f22ae
  • Loading branch information
GitHub Actions committed Nov 16, 2024
1 parent e1e2e40 commit 1e570e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions develop/book/003_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,14 @@ <h2 id="modeling-a-public-key-infrastructure">Modeling a Public
unconnected.</p>
<p>The above rule can therefore be read as follows. First,
generate a fresh name <code>~ltk</code> (of sort fresh), which is
the new private key, and non-deterministically choose a public
name <code>A</code>, for the agent for whom we are generating the
key-pair. Afterward, generate the fact <code>!Ltk($A, ~ltk)</code>
(the exclamation mark <code>!</code> denotes that the fact is
persistent, i.e., it can be consumed arbitrarily often), which
denotes the association between agent <code>A</code> and its
private key <code>~ltk</code>, and generate the fact
<code>!Pk($A, pk(~ltk))</code>, which associates agent
the new private (long term) key, and non-deterministically choose
a public name <code>A</code>, for the agent for whom we are
generating the key-pair. Afterward, generate the fact
<code>!Ltk($A, ~ltk)</code> (the exclamation mark <code>!</code>
denotes that the fact is persistent, i.e., it can be consumed
arbitrarily often), which denotes the association between agent
<code>A</code> and its private key <code>~ltk</code>, and generate
the fact <code>!Pk($A, pk(~ltk))</code>, which associates agent
<code>A</code> and its public key <code>pk(~ltk)</code>.</p>
<p>In the example, we allow the adversary to retrieve any public
key using the following rule. Essentially, it reads a public-key
Expand Down
Binary file modified develop/tex/tamarin-manual.pdf
Binary file not shown.

0 comments on commit 1e570e6

Please sign in to comment.