pub const LARGE_SAFE_PRIME_LITTLE_ENDIAN: [u8; 32];
Expand description

Static large safe prime (N) value. The little endian version of LARGE_SAFE_PRIME_BIG_ENDIAN. This is the version that should be sent over the network in the CMD_AUTH_LOGON_CHALLENGE_Server packet.

Always has the static size of 32 bytes.