diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ Currently, this programme is a superset of minisign (and so partially signify) b Compile it and run `msr --help` and you'll find -G, --generate[=FILE] Generate a new key pair, storing in - `FILE.{pub,key}' (FILE defaults to msr) + 'FILE.{pub,key}' (FILE defaults to msr) -S, --sign-detached=FILE Sign FILE by generating a separate signature -T, --sign-text=FILE Sign FILE by appending a signature -V, --verify-detached=FILE Verify the detached signature on FILE @@ -65,8 +65,8 @@ Detached signatures have the format base64( <signature algorithm> || <key id> || <signature> ) trusted comment: <1024 bytes, fixed at signing> base64( <global signature> ) - -where + +where * `signature = ed25519( <file data> )` * `global signature = ed25519( <signature> || <trusted comment> )` |
