Skip to content

Commit

Permalink
export Crypto.JOSE.JWK.fromRSAPublic
Browse files Browse the repository at this point in the history
Fixes: #112
  • Loading branch information
frasertweedale committed Dec 14, 2023
1 parent c2dd709 commit 02f965c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- Updated `Crypto.JOSE.JWK.fromX509Certificate` to support Edwards
curve key types (Ed25519, Ed448, X25519, X448).

- Added `fromRSAPublic :: RSA.PublicKey -> JWK`.


## Version 0.11 (2023-10-31)

Expand Down
1 change: 1 addition & 0 deletions src/Crypto/JOSE/JWK.hs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ module Crypto.JOSE.JWK
-- * Converting from other key formats
, fromKeyMaterial
, fromRSA
, fromRSAPublic
, fromOctets
, fromX509Certificate
, fromX509PubKey
Expand Down

0 comments on commit 02f965c

Please sign in to comment.