aboutsummaryrefslogtreecommitdiff
path: root/public_key.go
AgeCommit message (Collapse)AuthorFilesLines
2015-02-15redesign cliGibheer1-50/+0
This is a major rebuilding of the CLI. The library part is split out into pkilib and the cli handles only the communication with the user, I/O and the library. The API will still look the same, but the code should be much better to grasp. Instead of repeating everything, more will be grouped together and reused.
2015-02-04add description in each file what it doesGibheer1-0/+2
2015-01-15fix typo and missing file closeGibheer1-1/+3
2015-01-14add api for public keysGibheer1-0/+46
This enables pkictl to generate public keys from private keys in the rsa and ecdsa format.