Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-15 | make raw private key public | Gibheer | 1 | -1/+1 | |
2015-02-19 | add public key loader | Gibheer | 1 | -0/+10 | |
This adds a way to restore a public key from any data source. | |||||
2015-02-18 | add sign and verification to ecdsa | Gibheer | 1 | -4/+21 | |
This commit adds support to sign and verify messages using ecdsa. | |||||
2015-02-17 | add pem support to public key | Gibheer | 1 | -1/+9 | |
This adds pem support to public keys which can now be handled the same way as private keys. | |||||
2015-02-15 | initial commit for pki | Gibheer | 1 | -0/+69 | |
pki is a small library to make building some of the crypto stuff easier in go. |