ALGORITHM_NAME
ALGORITHM_NAME
The internal name of the algorithm.
Class HkdfShaThree256 - The SHA-3 family HKDF-SHA-256 hashing algorithm object.
setContextualString(string  $contextualString) : $this
                        Setter for the derivation context/application information string property.
| string | $contextualString | The derivation context/application information string. | 
Validation errors.
The hash 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.