From 35992c6bba5a0ebad768f993d793e54476c1641c Mon Sep 17 00:00:00 2001 From: extiop <29679238+extiop@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:06:20 +0100 Subject: [PATCH] doc(mla): add link between MLA format and MLA key format --- doc/src/KEY_FORMAT.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/src/KEY_FORMAT.md b/doc/src/KEY_FORMAT.md index b3d68463..6cb26c93 100644 --- a/doc/src/KEY_FORMAT.md +++ b/doc/src/KEY_FORMAT.md @@ -4,6 +4,15 @@ MLA can use cryptography for signature and/or encryption. Thus it needs to opera The string `||` denotes concatenation. +## Relation to MLA archive format + +| MLA Version | Key file format | +|-------------|-----------------| +| 2.0 | 1 | +| 1.X | N/A | + +For clarity: the key file serialization format is independent from the MLA archive file format version. In the current MLA release (2.0), private and public key files are serialized as `MLA key file format` version 1. + ## Separator A separator named `Sep` is used in MLA key serialization formats described below. It is usually a `` where `` is ASCII carriage return, `` is ASCII line feed. If one wants a key without newlines, `Sep` with value `__` (two ASCII underscores) is also valid.