Reputation: 43
Dim crypt As New ChilkatCrypt2
crypt.EncodingMode = "hex_lower"
crypt.HashAlgorithm = **"keccak-256"???**
Dim bdSeed As New ChilkatBinData
success = bdSeed.AppendEncoded("43b337dec65a47b3362c9620a6e6ff39a1ddfa908abab1666c8a30a3f8a7ccccfc24a7914950b6405729a9313cec6ae5bb4a082f92d05ac49df4b6dd8387bfeb", "hex_lower")
MsgBox crypt.HashBdENC(bdSeed)
I wonder why this hash model does not exist in chilkat system? Do you have any suggestion or function to VB6 for keccak hash?
Upvotes: 2
Views: 221