jedisct1 / rust-blind-rsa-signatures

RSA blind signatures in Rust
MIT License
26 stars 12 forks source link

SPKI-based construction #4

Closed chris-wood closed 1 year ago

chris-wood commented 3 years ago

Per the spec, it would be great if one could construct public keys from DER or PEM encoded SPKI values with the RSASSA-PSS OID. Would you be open to adding such a feature?

jedisct1 commented 3 years ago

The Zig and C implementations can already export public keys as SPKI values with the RSASSA-PSS OID.

So yes, I'd definitely be open to adding SPKI support in the Rust implementation as well. And importation in other implementations would be nice to have, too!