aboutsummaryrefslogtreecommitdiff
path: root/private_key_test.go
AgeCommit message (Collapse)AuthorFilesLines
2015-03-25fix variable names for golintGibheer1-17/+17
2015-02-19add public key loaderGibheer1-9/+20
This adds a way to restore a public key from any data source.
2015-02-18add sign and verification to ecdsaGibheer1-2/+4
This commit adds support to sign and verify messages using ecdsa.
2015-02-18add marshal test for public keyGibheer1-2/+6
2015-02-18add proper comment for functionGibheer1-0/+1
2015-02-18add first batch of testsGibheer1-0/+66