pub const SESSION_KEY_LENGTH: u8 = PROOF_LENGTH * 2; // 40u8
Expand description

Size of the session key in bytes.

Always 40 bytes since it is the result of 2 SHA-1 proofs concatenated.