From b10c0487a8007c91aa142e015cc58037ea3fb924 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Fri, 29 Apr 2022 21:59:49 +0200 Subject: minor grammar edit --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api.md') 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. -- cgit v1.2.3