diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..12d2230 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +AJ ONeal (https://therootcompany.com) diff --git a/README.md b/README.md index 9954ded..ca2089a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# go-keypairs +# [keypairs](https://git.rootprojects.org/root/keypairs) JSON Web Key (JWK) support and type safety lightly placed over top of Go's `crypto/ecdsa` and `crypto/rsa` @@ -14,7 +14,7 @@ jwk, err := keypairs.MarshalJWKPublicKey(pub, time.Now().Add(2 * time.Day)) kid, err := keypairs.ThumbprintPublicKey(pub) ``` -# API Documentation +# GoDoc API Documentation See