1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-20 11:22:05 +01:00

Add missing accept rule to message format diagram

This commit is contained in:
Paul Schaub 2023-05-16 16:54:03 +02:00
parent 5cdd68c4cc
commit ec6fc810d4
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -67,6 +67,7 @@ graph LR
enc -. "ε,ε/m" .-> pgpmsg
enc -- "ε,#/ε" --> accept
enc -- "Signature,o/ε" --> sig4ops
accept -- "ε,ε/ε" --> accept
```
Formally, the PDA is defined as $M = (\mathcal{Q}, \Sigma, \Upgamma, \delta, q_0, Z, F)$, where