aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-02-15 21:04:59 +0100
committerGibheer <gibheer@gmail.com>2015-02-15 21:04:59 +0100
commitf9164f3f99edf4ae8343d6c67b915e788a5624f8 (patch)
treec3a7029eeb1392bcb73d3bbedec837ff46652591 /README.md
initial commit for pki
pki is a small library to make building some of the crypto stuff easier in go.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8c9a336
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+pki
+===
+
+This is a small library to make building private keys, public keys, signatures
+and most of the certificate stuff a bit easier.
+
+For a cli you can take a look at [pkictl](https://git.zero-knowledge.org/gibheer/pkictl)