Move README image resourse to res/ and fix link.

This commit is contained in:
Isis Lovecruft 2017-03-15 21:10:00 +00:00
parent 71c2bc7687
commit db965fd5e8
Failed to extract signature
2 changed files with 1 additions and 1 deletions

View file

@ -94,7 +94,7 @@ or form, safe.
The signatures produced by this library are malleable, as defined in
[the original paper](https://ed25519.cr.yp.to/ed25519-20110926.pdf):
![](https://raw.githubusercontent.com/isislovecruft/ed25519-dalek/develop/ed25519-malleability.png)
![](https://github.com/isislovecruft/ed25519-dalek/blob/develop/res/ed25519-malleability.png)
We could eliminate the malleability property by multiplying by the curve
cofactor, however, this would cause our implementation to *not* match the

View file

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB