Skip to content
Snippets Groups Projects
Commit 0209fbb2 authored by Malte Isberner's avatar Malte Isberner
Browse files

use x/crypto version of ed25519 due to go1.12 compat requirement

parent 4d85df5c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ import (
"crypto/cipher"
"crypto/dsa"
"crypto/ecdsa"
"crypto/ed25519"
"crypto/elliptic"
"crypto/hmac"
"crypto/rand"
......@@ -33,6 +32,7 @@ import (
"github.com/google/uuid"
bcrypt_lib "golang.org/x/crypto/bcrypt"
"golang.org/x/crypto/ed25519"
"golang.org/x/crypto/scrypt"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment