Table of Contents

Struct SrpVerifyRequestBroadcast

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Broadcast sent by the client to initiate SRP authentication (client→server only). Carries the encrypted username/email and the client's SRP public ephemeral A.

public struct SrpVerifyRequestBroadcast : IBroadcast
Implements
IBroadcast
Inherited Members

Fields

PublicEphemeral

Encrypted SRP client public ephemeral A (AES-GCM).

public byte[] PublicEphemeral

Field Value

byte[]

Seq

Explicit message sequence number (client→server).

public uint Seq

Field Value

uint

Username

Encrypted username or email (AES-GCM).

public byte[] Username

Field Value

byte[]