computeX abstract method

BigInt computeX(
  1. Hash digest,
  2. List<int> salt,
  3. List<int> username,
  4. List<int> password,
)

Implementation

BigInt computeX(final Hash digest,
final List<int> salt,
final List<int> username,
final List<int> password);