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 callingverify(...)
with the signature key of theCredential
. When receiving a serialized group info, it can only be deserialized into aVerifiableGroupInfo
, which can then be turned into a group info as described above.
Enums§
- Error related to group info.