e-CryptIt Engine Xojo Plugin

SHA3.Constructor Constructor

Constructor that takes number of bits to use.

Constructor(
   bits as Integer)

Parameters

bits
This can be 224, 256, 384, 512.

Remarks

This can be 224, 256, 384, 512.

If any other value is passed in then it will default to 256 bits.

You can also use the constants, SHA3.Bits_224, SHA3.Bits_256, etc.

See Also

SHA3 Class