owasp2 constant

Argon2Security const owasp2

Second recommendation from OWASP.

It uses 19MB of memory, 1 lane, and 2 iterations.

Do not use with Argon2i.

Implementation

static const owasp2 = Argon2Security('owasp2', m: 19456, t: 2, p: 1);