From e6a8d57a23a11f3b84638d710ac73be39f66ea83 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Fri, 9 May 2014 10:34:38 +0000 Subject: Remove a comment that I forgot to delete, no functional changes. --- ntor/ntor.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'ntor/ntor.go') 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) { -- cgit v1.2.3