0
0
Fork 0
A small library to make management of crypto stuff easier in go.
Go to file
Gibheer 1668a99b17 add license 2015-02-15 21:06:59 +01:00
LICENSE add license 2015-02-15 21:06:59 +01:00
README.md initial commit for pki 2015-02-15 21:04:59 +01:00
ecdsa.go initial commit for pki 2015-02-15 21:04:59 +01:00
pem_marshal.go initial commit for pki 2015-02-15 21:04:59 +01:00
rsa.go initial commit for pki 2015-02-15 21:04:59 +01:00
types.go initial commit for pki 2015-02-15 21:04:59 +01:00

README.md

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