aboutsummaryrefslogtreecommitdiff
path: root/doc/api.md
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-04-29 21:59:49 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-04-29 21:59:49 +0200
commitb10c0487a8007c91aa142e015cc58037ea3fb924 (patch)
treed71de277662042c59c6fab44842eb7eac5d50311 /doc/api.md
parent047f60417358c01f01c3160737233464e2a31f0c (diff)
minor grammar edit
Diffstat (limited to 'doc/api.md')
-rw-r--r--doc/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.md b/doc/api.md
index 5a21814..2f4ddeb 100644
--- a/doc/api.md
+++ b/doc/api.md
@@ -115,7 +115,7 @@ The message is meant to represent some data and it is recommended that
the signer uses `H(data)` as the message, in which case `checksum`
will be `H(H(data))`.
-`signature` is computed by treating the above message as the `M`
+`signature` is computed by treating the above message as `M`
in SSH's
[signing format](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.sshsig).
The hash algorithm string must be "SHA256". The reserved string must be empty.