HashEngine (Class)
This class is a class to use a hash algorithm from a EngineManager plugin.
Constructors
Instances of this class may only be created with the CreateHash
function on the EngineDescriptor class.
Properties
BitCount as Integer (Read only)
UseKey as Boolean (Read only)
Methods
FUNCTION CreateKey(key as String)
FUNCTION Update(data as String)
FUNCTION Final() as String
Implemented Interfaces
IHashAlgorithm