Skip to content

Commit

Permalink
#5 Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
quapka committed Mar 8, 2019
1 parent 14a9b73 commit ae77963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen-keys/generate_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func main() {
log.Fatal(err)
}
} else if eccCmd.Happened() {
// TODO implement getECCData function similar to getRSAData
log.Fatal("Generating ECC keys is not implemented yet.")
} else {
log.Fatal("Please, specify a 'rsa' or 'ecc' key type.")
Expand Down

0 comments on commit ae77963

Please sign in to comment.