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

Static large safe prime (N) value. The big endian version of LARGE_SAFE_PRIME_LITTLE_ENDIAN. This version should not be sent over the network and should generally not be used.

Only here for completeness sake.

Always has the static size of 32 bytes.