mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
Missing quotes
This commit is contained in:
parent
b92b02a616
commit
4f6df26a6f
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ Signature format
|
|||
|
||||
* `signature_algorithm`: `Ed`
|
||||
* `key_id`: 8 random bytes, matching the public key
|
||||
* `signature`: ed25519(<file data>)
|
||||
* `global_signature`: ed25519(<signature> || <trusted_comment>)
|
||||
* `signature`: `ed25519(<file data>)`
|
||||
* `global_signature`: `ed25519(<signature> || <trusted_comment>)`
|
||||
|
||||
Public key format
|
||||
-----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue