Skip to content

Version 4.2.0

Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 15 Jan 21:09
· 315 commits to master since this release
v4.2.0
  • Implemented Asymmetric::signAndEncrypt() and Asymmetric::verifyAndDecrypt(),
    which facilitates the GPG use-case of signed-then-encrypted messages between
    two parties' Ed25519 keypairs. Encryption is facilitated using birationally
    equivalent X25519 keys.
  • Removed our in-house implementations of binary-safe substr and strlen in
    favor of using the ones in the constant-time encoding library.