aboutsummaryrefslogtreecommitdiff
path: root/private_key.go
AgeCommit message (Expand)AuthorFilesLines
2015-07-19add ed25519 supportGibheer1-0/+3
2015-03-30fix importsGibheer1-0/+4
2015-03-30split out all private key related functionsGibheer1-0/+126
2015-03-25reformat code with gofmtGibheer1-26/+36
2015-02-20add verification of messagesGibheer1-7/+17
2015-02-17add public key supportGibheer1-3/+3
2015-02-15adjust library pathGibheer1-1/+1
2015-02-15redesign cliGibheer1-136/+24
2015-02-04add description in each file what it doesGibheer1-0/+2
2015-01-15replace PrivateKey with crypto.SignerGibheer1-7/+3
2015-01-14add api for public keysGibheer1-1/+4
2015-01-02move private key loading to private_key fileGibheer1-0/+45
2014-12-24split private key generation into own fileGibheer1-0/+99