Missing quotes

This commit is contained in:
Frank Denis 2015-06-07 21:30:44 +02:00
parent b92b02a616
commit 4f6df26a6f

View file

@ -101,8 +101,8 @@ Signature format
* `signature_algorithm`: `Ed` * `signature_algorithm`: `Ed`
* `key_id`: 8 random bytes, matching the public key * `key_id`: 8 random bytes, matching the public key
* `signature`: ed25519(<file data>) * `signature`: `ed25519(<file data>)`
* `global_signature`: ed25519(<signature> || <trusted_comment>) * `global_signature`: `ed25519(<signature> || <trusted_comment>)`
Public key format Public key format
----------------- -----------------