needsRehash abstract method

bool needsRehash(
  1. String hash
)

Checks if a hash needs rehashing

hash The hash to check Returns true if rehashing is needed

Implementation

bool needsRehash(String hash);