Table of Contents

Struct SrpVerifyResponseBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast sent by the server in response to SRP verification (server→client only). Carries the encrypted SRP salt s and the server's SRP public ephemeral B.

public struct SrpVerifyResponseBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

PublicEphemeral

Encrypted SRP server public ephemeral B (AES-GCM).

public byte[] PublicEphemeral

Field Value

byte[]

Salt

Encrypted SRP salt s (AES-GCM).

public byte[] Salt

Field Value

byte[]

Seq

Explicit message sequence number (server→client). Echoed from the corresponding Seq so the client can correlate the response with its request.

public uint Seq

Field Value

uint