Merge pull request #1299 from flokli/siganture

sign.rs: fix typo in comment
This commit is contained in:
Steven Fackler 2020-06-14 18:56:51 -04:00 committed by GitHub
commit 164bb84bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ impl<'a> Signer<'a> {
Ok(buf)
}
/// Signs the data in data_buf and writes the siganture into the buffer sig_buf, returning the
/// Signs the data in data_buf and writes the signature into the buffer sig_buf, returning the
/// number of bytes written.
///
/// For PureEdDSA (Ed25519 and Ed448 keys) this is the only way to sign data.