Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-10-01 | rework program flow | Gibheer | 1 | -186/+0 |
2015-07-19 | add ed25519 support | Gibheer | 1 | -0/+3 |
2015-03-30 | fix imports | Gibheer | 1 | -0/+4 |
2015-03-30 | split out all private key related functions | Gibheer | 1 | -0/+126 |
2015-03-25 | reformat code with gofmt | Gibheer | 1 | -26/+36 |
2015-02-20 | add verification of messages | Gibheer | 1 | -7/+17 |
2015-02-17 | add public key support | Gibheer | 1 | -3/+3 |
2015-02-15 | adjust library path | Gibheer | 1 | -1/+1 |
2015-02-15 | redesign cli | Gibheer | 1 | -136/+24 |
2015-02-04 | add description in each file what it does | Gibheer | 1 | -0/+2 |
2015-01-15 | replace PrivateKey with crypto.Signer | Gibheer | 1 | -7/+3 |
2015-01-14 | add api for public keys | Gibheer | 1 | -1/+4 |
2015-01-02 | move private key loading to private_key file | Gibheer | 1 | -0/+45 |
2014-12-24 | split private key generation into own file | Gibheer | 1 | -0/+99 |