Skip to content

Release v3.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lubux lubux released this 18 Jan 15:25
· 191 commits to v3 since this release
62abce9

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 and models package.
  • Time management code for retrieving and setting timestamps.