$$verificationSource
$$verificationSource : \CryptoManana\Core\Abstractions\MessageDigestion\AbstractHashAlgorithm|\CryptoManana\Core\Interfaces\MessageDigestion\SecureVerificationInterface|null
The message digestion and verification service.
Trait VerificationAlgorithmInjectableTrait - Reusable implementation of `VerificationAlgorithmInjectableInterface`.
$$verificationSource : \CryptoManana\Core\Abstractions\MessageDigestion\AbstractHashAlgorithm|\CryptoManana\Core\Interfaces\MessageDigestion\SecureVerificationInterface|null
The message digestion and verification service.
setVerificationAlgorithm(\CryptoManana\Core\Abstractions\MessageDigestion\AbstractHashAlgorithm|\CryptoManana\Core\Interfaces\MessageDigestion\SecureVerificationInterface  $hasher) : $this
                        Setter for the message digestion and verification service.
| \CryptoManana\Core\Abstractions\MessageDigestion\AbstractHashAlgorithm|\CryptoManana\Core\Interfaces\MessageDigestion\SecureVerificationInterface | $hasher | The message digestion verification service or null. | 
The container object.
getVerificationAlgorithm() : \CryptoManana\Core\Abstractions\MessageDigestion\AbstractHashAlgorithm|\CryptoManana\Core\Interfaces\MessageDigestion\SecureVerificationInterface|null
Getter for the message digestion and verification service.
The currently injected message digestion service or null.