public HasherFactory(IHashSettings hashSettings) { _settings = hashSettings; }
public PBKDF2Adapter(IHashSettings settings) { _settings = settings; }