Expand description

This module contains all types related to group info handling.

Structs§

  • GroupInfo
  • A type that represents a group info of which the signature has not been verified. It implements the Verifiable trait and can be turned into a group info by calling verify(...) with the signature key of the Credential. When receiving a serialized group info, it can only be deserialized into a VerifiableGroupInfo, which can then be turned into a group info as described above.

Enums§