owasp4 constant

Argon2Security const owasp4

Fourth recommendation from OWASP.

It uses 9MB of memory, 1 lane, and 4 iterations.

Implementation

static const owasp4 = Argon2Security('owasp4', m: 9216, t: 4, p: 1);