diff options
| author | tslilc <tslil@posteo.de> | 2026-08-30 16:20:47 +0100 |
|---|---|---|
| committer | tslilc <tslil@posteo.de> | 2026-08-30 16:20:47 +0100 |
| commit | c04a9e2a4547a2b1efe07bdcfbb93381fb67b157 (patch) | |
| tree | f43b38c2c2b44187af9c95d012925464e5e26f82 | |
| parent | a2a0a1be42aaefae6494f1dde54881f748f52e55 (diff) | |
| -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> )` |
