diff options
author | Yawning Angel <yawning@schwanenlied.me> | 2014-05-09 10:34:38 +0000 |
---|---|---|
committer | Yawning Angel <yawning@schwanenlied.me> | 2014-05-09 10:34:38 +0000 |
commit | e6a8d57a23a11f3b84638d710ac73be39f66ea83 (patch) | |
tree | a67dbbeccc7638c3445f6cc538cc76de45c6b0e0 | |
parent | ef38b844f9989dff25f553b583aeafc411dd100e (diff) |
Remove a comment that I forgot to delete, no functional changes.
-rw-r--r-- | ntor/ntor.go | 3 |
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) { |