diff options
author | Gibheer <gibheer@gmail.com> | 2015-02-15 21:04:59 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2015-02-15 21:04:59 +0100 |
commit | f9164f3f99edf4ae8343d6c67b915e788a5624f8 (patch) | |
tree | c3a7029eeb1392bcb73d3bbedec837ff46652591 /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.md | 7 |
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) |