summaryrefslogtreecommitdiff
path: root/ntor/ntor.go
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2014-05-09 10:34:38 +0000
committerYawning Angel <yawning@schwanenlied.me>2014-05-09 10:34:38 +0000
commite6a8d57a23a11f3b84638d710ac73be39f66ea83 (patch)
treea67dbbeccc7638c3445f6cc538cc76de45c6b0e0 /ntor/ntor.go
parentef38b844f9989dff25f553b583aeafc411dd100e (diff)
Remove a comment that I forgot to delete, no functional changes.
Diffstat (limited to 'ntor/ntor.go')
-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) {