Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-04 | add description in each file what it does | Gibheer | 1 | -0/+2 | |
2015-01-19 | extend stream capabilities | Gibheer | 1 | -9/+80 | |
With this commit, both signing and verification get stream/file support to read and write messages and signatures from and to files. | |||||
2015-01-16 | add signing and verifying of messages | Gibheer | 1 | -0/+88 | |
With this it is possible to sign a message with a private key and verify it with a public key. The only problem is, that it is currently not compatible with openssl yet. |