Constant wow_srp::PROOF_LENGTH[][src]

pub const PROOF_LENGTH: u8 = 20;
Expand description

Length of a proof in bytes.

Is always 20 bytes because proofs are SHA-1 hashes which have a fixed output size.

The proof size is the same for all proofs, including reconnect proofs.