Skip to content

Monocypher 2.0.4

Compare
Choose a tag to compare
@LoupVaillant LoupVaillant released this 29 Jun 20:50
· 792 commits to master since this release

Changes since 2.0.3:

  • Corrected a critical vulnerability in EdDSA, where crypto_check() was accepting invalid signatures. (Found by Mike Pechkin.) The current fix removes a buggy optimisation, effectively halving the performance of EdDSA.
  • The test suite no longer tries to allocate zero bytes (some platforms fail such an allocation).