Argon2HashDigest constructor

const Argon2HashDigest(
  1. Argon2Context ctx,
  2. Uint8List bytes
)

Implementation

const Argon2HashDigest(this.ctx, Uint8List bytes) : super(bytes);