Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-16 | remove debug output | Gibheer | 1 | -2/+0 | |
2015-01-16 | add signing and verifying of messages | Gibheer | 1 | -0/+73 | |
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. |