zio / zio-crypto

Fast, secure cryptographic primitives in a ZIO & ZIO Streams friendly package.
https://zio.dev/zio-crypto
Apache License 2.0
30 stars 14 forks source link

Signatures with RSA #11

Open remiguittaut opened 3 years ago

remiguittaut commented 3 years ago

We should support signatures with RSA key pairs (256, 384 and 512), as they are commonly used with json web tokens.

Wosin commented 1 year ago

@vigoo This should probably be closed as it was fixed by https://github.com/zio/zio-crypto/commit/1ab0c15ac72954ff8575d7c66a87ac3b67386f13.