From db958734f5d5a685808f0fecfb42e15056eb7199 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 1 Oct 2020 23:58:33 -0600 Subject: [PATCH] update doc links and author info --- AUTHORS | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 AUTHORS 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