curve25519-dalek icon indicating copy to clipboard operation
curve25519-dalek copied to clipboard

Update README.md Malleability definition

Open bluk opened this issue 1 year ago • 0 comments

  • Remove extra ' in definition of malleability

The README states:

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.

Haven't had my morning coffee but I think the first σ in valid signature _σ'_ can produce a distinct _σ'_ should be just σ (without the ').

bluk avatar Aug 14 '24 14:08 bluk