Skip to content

ProtonMail/go-crypto

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2025
Mar 21, 2023
Mar 21, 2023
Mar 21, 2023
Dec 16, 2024
Dec 16, 2024
Feb 27, 2025
Dec 23, 2014
Jan 18, 2024
Jun 29, 2017
Jun 29, 2017
Mar 17, 2012
Apr 16, 2012
Jan 18, 2024
Jan 18, 2024
Jan 18, 2024
go get github.com/ProtonMail/go-crypto

This module is backwards compatible with x/crypto/openpgp, so you can simply replace all imports of golang.org/x/crypto/openpgp with github.com/ProtonMail/go-crypto/openpgp.

A partial list of changes is here: #21 (comment).

For the more extended API for reading and writing OpenPGP messages use github.com/ProtonMail/go-crypto/openpgp/v2, but it is not fully backwards compatible with golang.org/x/crypto/openpgp.