DArgon2Result constructor

DArgon2Result(
  1. List<int> _bytes,
  2. List<int> _encodedBytes
)

Public Constructor to create a DArgon2Result object from the given raw bytes. and encoded bytes.

Implementation

DArgon2Result(this._bytes, this._encodedBytes);