mirror of
https://github.com/therootcompany/keypairs
synced 2025-04-20 14:30:43 +00:00
update doc links and author info
This commit is contained in:
parent
22ba73fa12
commit
db958734f5
1
AUTHORS
Normal file
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`
|
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)
|
kid, err := keypairs.ThumbprintPublicKey(pub)
|
||||||
```
|
```
|
||||||
|
|
||||||
# API Documentation
|
# GoDoc API Documentation
|
||||||
|
|
||||||
See <https://pkg.go.dev/git.rootprojects.org/root/keypairs>
|
See <https://pkg.go.dev/git.rootprojects.org/root/keypairs>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user