\CryptoManana\Core\Interfaces\MessageDigestionDerivationSaltingInterface

Interface DerivationSaltingInterface - Interface for derivation salting capabilities.

Summary

Methods
Constants
setDerivationSalt()
getDerivationSalt()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setDerivationSalt()

setDerivationSalt(string  $derivationSalt) 

Setter for the derivation salt string property.

Parameters

string $derivationSalt

The derivation salt string.

Throws

\Exception

Validation errors.

getDerivationSalt()

getDerivationSalt() : string

Getter for the derivation salt string property.

Returns

string —

The derivation salt string.