Skip to content
Snippets Groups Projects
Commit e6a8d57a authored by Yawning Angel's avatar Yawning Angel
Browse files

Remove a comment that I forgot to delete, no functional changes.

parent ef38b844
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment