1``` 2go get github.com/ProtonMail/go-crypto 3``` 4 5This module is backwards compatible with x/crypto/openpgp, 6so you can simply replace all imports of `golang.org/x/crypto/openpgp` with 7`github.com/ProtonMail/go-crypto/openpgp`. 8 9A partial list of changes is here: https://github.com/ProtonMail/go-crypto/issues/21#issuecomment-492792917. 10