You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use this library for representing both ed25519 keys (supported) and AES content encryption keys (unsupported). From what I can tell, RFC7517 defines how to specify those keys.
Actually performing encryption or decryption should be out of scope, IMO. I just want a way to serialize and deserialize keys.
Would you accept a PR to add this feature?
The text was updated successfully, but these errors were encountered:
I'd like to use this library for representing both ed25519 keys (supported) and AES content encryption keys (unsupported). From what I can tell, RFC7517 defines how to specify those keys.
Actually performing encryption or decryption should be out of scope, IMO. I just want a way to serialize and deserialize keys.
Would you accept a PR to add this feature?
The text was updated successfully, but these errors were encountered: