# README
This project has moved
ietf-cms
is now part of the https://github.com/github/smimesign repository.
Please update your dependencies from github.com/github/ietf-cms
to github.com/github/smimesign/ietf-cms
# Functions
NewSignedData creates a new SignedData from the given data.
ParseSignedData parses a SignedData from BER encoded data.
Sign creates a CMS SignedData from the content and signs it with signer.
SignDetached creates a detached CMS SignedData from the content and signs it with signer.
# Structs
SignedData represents a signed message or detached signature.