Update x/crypto fork to github.com/ProtonMail/go-crypto (#106)
This commit is contained in:
parent
6105a3bcc0
commit
d0daa53ca6
22 changed files with 49 additions and 46 deletions
|
|
@ -7,10 +7,10 @@ import (
|
|||
"io"
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/ProtonMail/go-crypto/openpgp/armor"
|
||||
"github.com/ProtonMail/gopenpgp/v2/constants"
|
||||
"github.com/ProtonMail/gopenpgp/v2/internal"
|
||||
"github.com/pkg/errors"
|
||||
"golang.org/x/crypto/openpgp/armor"
|
||||
)
|
||||
|
||||
// ArmorKey armors input as a public key.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue