Release v3.0.0-alpha.0
Pre-release
Pre-release
Added
- New simplified API that is not backward compatible.
- Full support for the crypto refresh.
- Improved interoperability with other OpenPGP libraries.
- Streaming support for all operations.
- Introduces profiles for OpenPGP customization.
- More documentation and examples.
Changed
- Mobile specific code is moved to the
mobile
package. - Mime specific code is moved to the
mime
package. - Replaces the go-crypto v1 API with the v2 API.
Removed
- The
helper
package, use the crypto package with the new API instead. subtle
andmodels
package.- Time management code for retrieving and setting timestamps.