update doc links and author info

This commit is contained in:
AJ ONeal 2020-10-01 23:58:33 -06:00
parent 22ba73fa12
commit db958734f5
2 changed files with 3 additions and 2 deletions

1
AUTHORS Normal file
View File

@ -0,0 +1 @@
AJ ONeal <aj@therootcompany.com> (https://therootcompany.com)

View File

@ -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 <https://pkg.go.dev/git.rootprojects.org/root/keypairs>