Crate symmetric_key

Source
Expand description

A small library mostly for proof of concept, implementing the symmetric key package from IETF RFC 6031

Structsยง

Attribute
Taken from rfc 5652 page 14.
OneSymmetricKey
Represents a single symmetric key as defined here
SymmetricKeyContentInfo
Represents a CMS ContentInfo type with the context specific asn1 tag attached to the child sequence. Equivalent to this
SymmetricKeyPackage
This contains a sequence of OneSymmetricKey asn1 objects and potentially relevant attributes.