2
0
镜像来自 https://github.com/therootcompany/keypairs synced 2025-10-27 03:02:51 +00:00

update doc links and author info

This commit is contained in:
AJ ONeal 2020-10-01 23:58:33 -06:00
父節點 22ba73fa12
當前提交 db958734f5
共有 2 個文件被更改,包括 3 次插入2 次删除

1
AUTHORS Normal file
查看文件

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

查看文件

@ -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>