Skip to content

Commit e7a6075

Browse files
committed
remove 'what gets registered' section from README
1 parent 6308271 commit e7a6075

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ Import this package for its side effects to register Ed448 with `jwx`:
1515
```
1616
<!-- END INCLUDE -->
1717

18-
# What gets registered
19-
20-
The blank import (`_ "github.com/lestrrat-go/jwx-circl-ed448"`) registers the following in the `jwx` ecosystem via its `init()` function:
21-
22-
* **JWS sign/verify** -- `jwa.EdDSAEd448()` can be used with `jws.Sign` and `jws.Verify`
23-
* **JWK import/export** -- `ed448.PublicKey` and `ed448.PrivateKey` can be used with `jwk.Import` and `jwk.Export`
24-
* **JWK OKP curve builders** -- JWK JSON round-tripping works for `"crv": "Ed448"` keys
25-
* **Algorithm-key mapping** -- `jwa.EdDSAEd448()` is associated with `jwa.OKP()` key type
26-
2718
# Installation
2819

2920
```

0 commit comments

Comments
 (0)