GroupInfoBundle
public struct GroupInfoBundle
extension GroupInfoBundle: Sendable
extension GroupInfoBundle: Equatable, Hashable
A GroupInfo with associated metadata.
-
How the group info is encrypted.
Declaration
Swift
public var encryptionType: MlsGroupInfoEncryptionType -
What kind of ratchet tree is used.
Declaration
Swift
public var ratchetTreeType: MlsRatchetTreeType -
The group info payload.
Declaration
Swift
public var payload: Data -
Undocumented
Declaration
Swift
public init( /** * How the group info is encrypted. */encryptionType: MlsGroupInfoEncryptionType, /** * What kind of ratchet tree is used. */ratchetTreeType: MlsRatchetTreeType, /** * The group info payload. */payload: Data) -
Declaration
Swift
public static func == (lhs: GroupInfoBundle, rhs: GroupInfoBundle) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)