MD5
MD5
The MD5 type.
Class HashAlgorithmFactory - Factory object for hash algorithm object instancing.
create(string|null $type) : \CryptoManana\Core\Abstractions\MessageDigestion\AbstractHashAlgorithm|object|null
Create a hash algorithm object.
string|null | $type | The algorithm class name as type for creation. |
A hash algorithm object or null.
createInstance(string|null $type) : \CryptoManana\Core\Abstractions\MessageDigestion\AbstractHashAlgorithm|object|null
Create a hash algorithm object
string|null | $type | The algorithm class name as type for creation. |
A hash algorithm object or null.