owasp3 constant

Argon2Security const owasp3

Third recommendation from OWASP.

It uses 12MB of memory, 1 lane, and 3 iterations.

Implementation

static const owasp3 = Argon2Security('owasp3', m: 12288, t: 3, p: 1);