Moved vendored edwards25519 package to internal

This commit is contained in:
Chad Retz 2018-05-16 17:44:22 -05:00
parent 4d7c47a3d4
commit e6accf20e9
4 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
"errors"
"io"
"github.com/cretz/bine/torutil/ed25519/edwards25519"
"github.com/cretz/bine/torutil/ed25519/internal/edwards25519"
"golang.org/x/crypto/ed25519"
)