We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709bdb1 commit aabb5e4Copy full SHA for aabb5e4
1 file changed
docs/guide/jwk.rst
@@ -177,6 +177,8 @@ You can import an ``ECKey`` from string, bytes and a JWK (in dict).
177
Derive an "EC" Key
178
~~~~~~~~~~~~~~~~~~
179
180
+.. versionadded:: 1.6.0
181
+
182
``joserfc`` provides deterministic key derivation helpers for EC key.
183
This method allows applications to derive a *stable* JWK from an application
184
secret (for example, ``SECRET_KEY`` in a web framework), while still producing
@@ -252,6 +254,8 @@ You can import an ``OKPKey`` from string, bytes and a JWK (in dict).
252
254
Derive an "OKP" Key
253
255
~~~~~~~~~~~~~~~~~~~
256
257
258
259
Just like above ``ECKey``, ``joserfc`` provides a ``OKPKey.derive_key`` method
260
to derive a *stable* JWK.
261
0 commit comments