Version 4.2.0
paragonie-scott
released this
15 Jan 21:09
·
315 commits
to master
since this release
- Implemented
Asymmetric::signAndEncrypt()
andAsymmetric::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
andstrlen
in
favor of using the ones in the constant-time encoding library.