Sourced from github.com/ProtonMail/go-crypto's releases.
Release v1.1.4
What's Changed
- Emit armor headers in sorted order by
@andrewgdotcom
in ProtonMail/go-crypto#255- Reduce memory usage when AEAD en/decrypting large messages by
@twiss
in ProtonMail/go-crypto#259- Update artifact actions to v4 by
@twiss
in ProtonMail/go-crypto#260Full Changelog: https://github.com/ProtonMail/go-crypto/compare/v1.1.3...v1.1.4
Release v1.1.4-proton
What's Changed
This release is v1.1.4 with support for the following non-standardized features:
- Presistent symmetric keys draft-ietf-openpgp-persistent-symmetric-keys-00
- Automatic forwarding draft-wussler-openpgp-forwarding-00
- Post-quantum algorithms draft-ietf-openpgp-pqc
3de0301
Update artifact actions to v4 (#260)be3aef0
Merge pull request #259
from ProtonMail/less-memory-large-msgs1fd5ec8
Add tests for reusing buffer in OCB en/decryptiondf3ee02
Buffer decrypted bytes more efficiently04cfaf2
Reuse plaintext slice for ciphertext when encryptingfee7824
Reuse ciphertext slice for plaintext when decrypting6fa7f91
Preallocate the chunk size rather than bufferingadd07bd
Don't allocate the nonce for each chunkb01f065
Emit armor headers in deterministically sorted order (#255)