ALGORITHM_NAME
ALGORITHM_NAME
The internal name of the algorithm.
Class ShaThree256 - The SHA-3 family SHA-256 hashing algorithm object.
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.