aboutsummaryrefslogtreecommitdiff
path: root/sign_input.go
AgeCommit message (Collapse)AuthorFilesLines
2015-01-16remove debug outputGibheer1-2/+0
2015-01-16add signing and verifying of messagesGibheer1-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.