HasherInterface
in
Table of Contents
Methods
- getAlgorithm() : string
- getLengthInBytes() : int
- makeHash() : GMP
- makeRawHash() : string
Methods
getAlgorithm()
public
getAlgorithm() : string
Return values
stringgetLengthInBytes()
public
getLengthInBytes() : int
Return values
intmakeHash()
public
makeHash(string $data, GeneratorPoint $G) : GMP
Parameters
- $data : string
- $G : GeneratorPoint
Return values
GMPmakeRawHash()
public
makeRawHash(string $data) : string
Parameters
- $data : string