summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ntor/ntor.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/ntor/ntor.go b/ntor/ntor.go
index da6dae4..9dbed7f 100644
--- a/ntor/ntor.go
+++ b/ntor/ntor.go
@@ -289,9 +289,6 @@ func NewKeypair(elligator bool) (*Keypair, error) {
}
}
-// LoadKeypair takes an existing Curve25519 private key from a buffer and
-// creates a Keypair including the public key.
-
// KeypairFromBase64 returns a Keypair from a Base64 representation of the
// private key.
func KeypairFromBase64(encoded string) (*Keypair, error) {