aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-07-24 12:42:52 +0200
committerGibheer <gibheer@gmail.com>2015-07-24 12:42:52 +0200
commit2aa1793bb55741adf2e59a9cc42186bf5eb644b5 (patch)
treea14b6be47355047b333f1ef822e340467acb4277
parent616d43e8be63f41f34bfbb6e085d77b7f971057c (diff)
add package documentation to main.go
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 3235d1e..45cc381 100644
--- a/main.go
+++ b/main.go
@@ -1,5 +1,9 @@
package main
+// This package builds a binary which helps to generate
+// private keys, public keys, certificates and also
+// includes functionality to sign and verify messages.
+
import (
"crypto"
"encoding/base64"