argon2_web library

A minimal, Web-safe (dart2js/dartdevc) Argon2 implementation, decoupled from PointyCastle's registry/interface framework.

Classes

Argon2BytesGenerator
Argon2 PBKDF, the winner of the 2015 Password Hashing Competition.
Argon2Parameters
Configuration for Argon2BytesGenerator.
Register64
A 64-bit unsigned integer emulated as a pair of 32-bit halves, so it behaves identically on the Dart VM and on Web (dart2js/dartdevc).