Update README.md

Fixes minor typo
This commit is contained in:
Matteo Monti 2021-05-29 17:38:14 +02:00 committed by GitHub
parent 925eb9ea56
commit 29932412f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ However, if you require this, please see the documentation for the
`verify_strict()` function, which does the full checks for the group elements.
This functionality is available by default.
If for some reason—although we strongely advise you not to—you need to conform
If for some reason—although we strongly advise you not to—you need to conform
to the original specification of ed25519 signatures as in the excerpt from the
paper above, you can disable scalar malleability checking via
`--features='legacy_compatibility'`. **WE STRONGLY ADVISE AGAINST THIS.**