Constant wow_srp::PROOF_LENGTH[][src]

pub const PROOF_LENGTH: usize = 20;

Length of a proof in bytes.

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