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

merge-requests/3/head
Yawning Angel 10 years ago
parent ef38b844f9
commit e6a8d57a23

@ -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) {

Loading…
Cancel
Save