aboutsummaryrefslogtreecommitdiff
path: root/private_key.go
AgeCommit message (Collapse)AuthorFilesLines
2015-01-14add api for public keysGibheer1-1/+4
This enables pkictl to generate public keys from private keys in the rsa and ecdsa format.
2015-01-02move private key loading to private_key fileGibheer1-0/+45
2014-12-24split private key generation into own fileGibheer1-0/+99