aboutsummaryrefslogtreecommitdiff
path: root/public_key.go
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-02-04 22:07:47 +0100
committerGibheer <gibheer@gmail.com>2015-02-04 22:07:47 +0100
commitd3e95c104e35ff9ebcd97c1510b239371074f062 (patch)
tree4222fdd42882755f86c252b1789bf64d332d1265 /public_key.go
parent5d47f05d87479d593e5ff5083988a009a49757cd (diff)
add description in each file what it does
Diffstat (limited to 'public_key.go')
-rw-r--r--public_key.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/public_key.go b/public_key.go
index 815ba7b..cbafc49 100644
--- a/public_key.go
+++ b/public_key.go
@@ -1,5 +1,7 @@
package main
+// create a public key from a private key
+
import (
"crypto/x509"
"encoding/pem"