e-CryptIt Engine Xojo Plugin |
|
HMAC_SHA3.Constructor Constructor
Constructor that takes number of bits to use and key.

Constructor(
bits
as Integer,
key
as String)
Parameters
- bits
- This can be 224, 256, 384, 512.
- key
- The HMAC_SHA3 key.
Remarks
See Also
HMAC_SHA3 Class