We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6308271 commit e7a6075Copy full SHA for e7a6075
1 file changed
README.md
@@ -15,15 +15,6 @@ Import this package for its side effects to register Ed448 with `jwx`:
15
```
16
<!-- END INCLUDE -->
17
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
27
# Installation
28
29
0 commit comments