mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-22 10:57:58 +01:00
Add missing accept rule to message format diagram
This commit is contained in:
parent
5cdd68c4cc
commit
ec6fc810d4
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ graph LR
|
||||||
enc -. "ε,ε/m" .-> pgpmsg
|
enc -. "ε,ε/m" .-> pgpmsg
|
||||||
enc -- "ε,#/ε" --> accept
|
enc -- "ε,#/ε" --> accept
|
||||||
enc -- "Signature,o/ε" --> sig4ops
|
enc -- "Signature,o/ε" --> sig4ops
|
||||||
|
accept -- "ε,ε/ε" --> accept
|
||||||
```
|
```
|
||||||
|
|
||||||
Formally, the PDA is defined as $M = (\mathcal{Q}, \Sigma, \Upgamma, \delta, q_0, Z, F)$, where
|
Formally, the PDA is defined as $M = (\mathcal{Q}, \Sigma, \Upgamma, \delta, q_0, Z, F)$, where
|
||||||
|
|
Loading…
Reference in a new issue