0
0
Fork 0

add package documentation to main.go

This commit is contained in:
Gibheer 2015-07-24 12:42:52 +02:00
parent 616d43e8be
commit 2aa1793bb5
1 changed files with 4 additions and 0 deletions

View File

@ -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"