github LoupVaillant/Monocypher 3.0.0-RC1
Monocypher 3.0.0-RC1

latest releases: 4.0.2, 4.0.2-RC2, 4.0.2-RC1...
pre-release5 years ago

Release candidate for the next version of Monocypher.

  • Deprecated the incremental AEAD interface.
  • Deprecated the incremental Chacha20, added a direct interface.
  • Moved deprecated interfaces to a separate src/deprecated folder.
  • Removed the ED25519_SHA512 preprocessor flag.
  • crypto_x25519() and crypto_key_exchange() now return void.
  • Added a custom hash interface to EdDSA. Several instances of EdDSA
    can share the same binary.
  • Added optional support for HMAC SHA-512
  • Moved all SHA-512 operations to src/optional/monocypher-ed25519.(h|c)
  • Optional support for Ed25519 no longer requires a preprocessor flag.
    Add src/optional/monocypher-ed25519.(h|c) to your project instead.

Don't miss a new Monocypher release

NewReleases is sending notifications on new releases.