owasp5 constant

Argon2Security const owasp5

Second recommendation from OWASP.

It uses 7MB of memory, 1 lane, and 5 iterations.

Implementation

static const owasp5 = Argon2Security('owasp5', m: 7168, t: 5, p: 1);