Skip to content

Use golang.org/x/crypto/curve25519 #4

@tv42

Description

@tv42
diff --git i/extra25519/extra25519_test.go w/extra25519/extra25519_test.go
index 1e1dbdc..55be8ec 100644
--- i/extra25519/extra25519_test.go
+++ w/extra25519/extra25519_test.go
@@ -9,8 +9,8 @@ import (
        "crypto/rand"
        "testing"

-       "code.google.com/p/go.crypto/curve25519"
        "github.com/agl/ed25519"
+       "golang.org/x/crypto/curve25519"
 )

 func TestCurve25519Conversion(t *testing.T) {

Also, please run gofmt ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions