Click or drag to resize

Sha3 Methods

The Sha3 type exposes the following members.

Methods
 NameDescription
Public methodAddData(Byte) Adds an array of 8-bit bytes to the digest
Public methodAddData(String) Adds a string of Ansi characters to the digest
Public methodDispose Dispose of this object and clear any stored data
Public methodHexDigest Computes final message digest in hex format
Public methodInit Initialises the object ready to receive data to digest
Public methodStatic memberInstance Create the one and only instance
Public methodReset Resets the context
Top
See Also