mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
commit
c17df35541
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
`verify_strict()` function, which does the full checks for the group elements.
|
||||||
This functionality is available by default.
|
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
|
to the original specification of ed25519 signatures as in the excerpt from the
|
||||||
paper above, you can disable scalar malleability checking via
|
paper above, you can disable scalar malleability checking via
|
||||||
`--features='legacy_compatibility'`. **WE STRONGLY ADVISE AGAINST THIS.**
|
`--features='legacy_compatibility'`. **WE STRONGLY ADVISE AGAINST THIS.**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue