tekul / jose-jwt

Haskell implementation of JOSE/JWT standards
BSD 3-Clause "New" or "Revised" License
35 stars 22 forks source link

Use memory ByteArray types rather than ByteString #8

Closed tekul closed 2 years ago

tekul commented 8 years ago

This is blocked by the fact that cryptonite still uses ByteString for its RSA API (which is hard to change).