Update go-crypto (#129)

* Update go-crypto

* Edit changelog

Co-authored-by: Aron Wussler <aron@wussler.it>
This commit is contained in:
Daniel Huigens 2021-04-28 18:33:14 +02:00 committed by GitHub
parent 38a773b9aa
commit 9126511a96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 35 deletions

View file

@ -1,13 +1,13 @@
package crypto
import (
"crypto/ed25519"
"crypto/rsa"
"testing"
"github.com/stretchr/testify/assert"
"github.com/ProtonMail/go-crypto/ed25519"
"github.com/ProtonMail/go-crypto/openpgp/ecdh"
"github.com/ProtonMail/go-crypto/rsa"
)
var testSymmetricKey []byte