Argon2HashDigest constructor
const
Argon2HashDigest(
- Argon2Context ctx,
- Uint8List bytes
Implementation
const Argon2HashDigest(this.ctx, Uint8List bytes) : super(bytes);
const Argon2HashDigest(this.ctx, Uint8List bytes) : super(bytes);