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
This is either a feature request or a documentation request.
Looking through the documentation, I can see how I could sign a message using the cms crate, using the cms::builder::SignedDataBuilder class. I donʼt see how to encrypt or decrypt data, or how to verify the signatures created here.
Am I just missing something obvious, or are these not supported? Based on the repo name I would assume it was intended to be just the types, but signing is it looks like other operations are also supported for other formats. If I am looking at the wrong repository, could you direct me to the right RustCrypto project for this, if there is one, and include that in the docs?
The text was updated successfully, but these errors were encountered:
That looks useful for encryption but not for verification/decryption, if Iʼm reading it right? Which is useful, although unfortunately the part I personally most want is signature verification.
tarcieri
changed the title
CMS Encrypt, Decrypt, or Verify Functions
cms: Encrypt, Decrypt, or Verify Functions
Aug 18, 2024
This is either a feature request or a documentation request.
Looking through the documentation, I can see how I could sign a message using the
cms
crate, using thecms::builder::SignedDataBuilder
class. I donʼt see how to encrypt or decrypt data, or how to verify the signatures created here.Am I just missing something obvious, or are these not supported? Based on the repo name I would assume it was intended to be just the types, but signing is it looks like other operations are also supported for other formats. If I am looking at the wrong repository, could you direct me to the right RustCrypto project for this, if there is one, and include that in the docs?
The text was updated successfully, but these errors were encountered: