ALGORITHM_NAME
ALGORITHM_NAME
The internal name of the algorithm.
Class AbstractUnkeyedHashFunction - Abstraction for unkeyed hash classes.
repetitiveHashData(string $data, integer $iterations = 2) : string
Calculates a hash value for the given data via repetitive/recursive digestion.
string | $data | The input string. |
integer | $iterations | The number of internal iterations to perform. |
Validation errors.
The digest.