Update x/crypto fork to github.com/ProtonMail/go-crypto (#106)

This commit is contained in:
Daniel Huigens 2020-12-08 18:34:39 +01:00 committed by GitHub
parent 6105a3bcc0
commit d0daa53ca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 49 additions and 46 deletions

View file

@ -8,8 +8,8 @@ import (
"testing"
"time"
"github.com/ProtonMail/go-crypto/openpgp/packet"
"github.com/stretchr/testify/assert"
"golang.org/x/crypto/openpgp/packet"
)
func TestTextMessageEncryptionWithPassword(t *testing.T) {