Skip to content

Commit 4570d80

Browse files
authored
Fix typo in README.md Malleability definition (#690)
1 parent 43a16f0 commit 4570d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ed25519-dalek/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ In this section, we mention some specific details about our validation criteria,
144144

145145
## Malleability and the `legacy_compatibility` Feature
146146

147-
A signature scheme is considered to produce _malleable signatures_ if a passive attacker with knowledge of a public key _A_, message _m_, and valid signature _σ'_ can produce a distinct _σ'_ such that _σ'_ is a valid signature of _m_ with respect to _A_. A scheme is only malleable if the attacker can do this _without_ knowledge of the private key corresponding to _A_.
147+
A signature scheme is considered to produce _malleable signatures_ if a passive attacker with knowledge of a public key _A_, message _m_, and valid signature _σ_ can produce a distinct _σ'_ such that _σ'_ is a valid signature of _m_ with respect to _A_. A scheme is only malleable if the attacker can do this _without_ knowledge of the private key corresponding to _A_.
148148

149149
`ed25519-dalek` is not a malleable signature scheme.
150150

0 commit comments

Comments
 (0)