MCPcopy Create free account
hub / github.com/daodst/chat / CrossSigningKeyUpdate

Struct CrossSigningKeyUpdate

keyserver/api/api.go:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103type CrossSigningKeyUpdate struct {
104 MasterKey *gomatrixserverlib.CrossSigningKey `json:"master_key,omitempty"`
105 SelfSigningKey *gomatrixserverlib.CrossSigningKey `json:"self_signing_key,omitempty"`
106 UserID string `json:"user_id"`
107}
108
109// DeviceKeysEqual returns true if the device keys updates contain the
110// same display name and key JSON. This will return false if either of

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected