frasertweedale / hs-jose

Haskell JOSE and JWT library
http://hackage.haskell.org/package/jose
Apache License 2.0
122 stars 46 forks source link

Function 'fromRSAPublic' is not exported from its module. #112

Closed Gab0 closed 6 months ago

Gab0 commented 1 year ago

The function fromRSAPublic is not in the exports list of its module Crypto.JOSE.JWK (jose-0.10).

Should it be exported, along with fromRSA? Thanks.

frasertweedale commented 7 months ago

Yes, that seems useful. I'll include it in the next major release.