Encapsulates the result of an Argon2 hashing operation, containing the hash and the salt used.
The generated hash as a ByteArray.
The salt used for hashing as a ByteArray.
Compares this Result with another object for equality. Two Result objects are equal if their hashes and salts are identical.
Generates a hash code for this Result based on its hash and salt.