This commit is contained in:
Dimitris Apostolou 2018-08-15 11:03:22 +03:00 committed by GitHub
parent fa670a0c2a
commit 5c6dcf6b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ impl Signature {
/// the signed message still cannot be changed, but for some applications, /// the signed message still cannot be changed, but for some applications,
/// changing even the signature itself can be a problem. Such applications /// changing even the signature itself can be a problem. Such applications
/// require a "strong signature". It is believed that ECDSA is a strong /// require a "strong signature". It is believed that ECDSA is a strong
/// signature except for this ambiguity in the sign of s, so to accomodate /// signature except for this ambiguity in the sign of s, so to accommodate
/// these applications libsecp256k1 will only accept signatures for which /// these applications libsecp256k1 will only accept signatures for which
/// s is in the lower half of the field range. This eliminates the /// s is in the lower half of the field range. This eliminates the
/// ambiguity. /// ambiguity.