pub const PBKDF2_ITERATIONS: u32 = 2048;
crypto
PBKDF2 iteration count mandated by the draft (Iter = 2048, §6.1.4/§6.2.1/§6.3.1 — identical value at every citation).
Iter = 2048