Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-12 | add ed25519 tests | Gibheer | 1 | -1/+44 | |
This adds the tests for the ed25519 keys. | |||||
2015-03-25 | reformat everything with gofmt | Gibheer | 1 | -58/+83 | |
Yes, I know that this will more or less destroy the history, but it had to be done. I also adjusted my editor to use gofmt rules by default now. | |||||
2015-03-25 | fix variable names for golint | Gibheer | 1 | -17/+17 | |
2015-02-19 | add public key loader | Gibheer | 1 | -9/+20 | |
This adds a way to restore a public key from any data source. | |||||
2015-02-18 | add sign and verification to ecdsa | Gibheer | 1 | -2/+4 | |
This commit adds support to sign and verify messages using ecdsa. | |||||
2015-02-18 | add marshal test for public key | Gibheer | 1 | -2/+6 | |
2015-02-18 | add proper comment for function | Gibheer | 1 | -0/+1 | |
2015-02-18 | add first batch of tests | Gibheer | 1 | -0/+66 | |