convert abstract method

HashDigest convert(
  1. List<int> password
)

Generate a derived key from a password

Implementation

HashDigest convert(List<int> password);