diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-29 21:59:49 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-29 21:59:49 +0200 |
commit | b10c0487a8007c91aa142e015cc58037ea3fb924 (patch) | |
tree | d71de277662042c59c6fab44842eb7eac5d50311 /doc | |
parent | 047f60417358c01f01c3160737233464e2a31f0c (diff) |
minor grammar edit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |