diff --git a/book/source/12-pitfalls.md b/book/source/12-pitfalls.md index 0cd24b2..cd538ca 100644 --- a/book/source/12-pitfalls.md +++ b/book/source/12-pitfalls.md @@ -1,6 +1,5 @@ # Pitfalls / Things to keep in mind -``` ## Key IDs are really not guaranteed to be unique Use fingerprints, or expect duplicates @@ -8,5 +7,5 @@ Use fingerprints, or expect duplicates ## Signature Subpackets can have duplicates ## Packet Nesting can be unreasonable - - EBNF of allowed packet sequences is complex -> Recommend [stricter](https://mailarchive.ietf.org/arch/msg/openpgp/uepOF6XpSegMO4c59tt9e5H1i4g/) best-practices? -``` \ No newline at end of file + +- EBNF of allowed packet sequences is complex -> Recommend [stricter](https://mailarchive.ietf.org/arch/msg/openpgp/uepOF6XpSegMO4c59tt9e5H1i4g/) best-practices?