Please enable JavaScript to view this site.

A-Shell Development History

The updated ASHNET.DLL 1.1.173 now supports SHA3 hash algorithms in the CRYPTO.SBR CRYPTOP_HMAC operation via new mode parameter symbols in crypto.def):

Cipher

Value

Description

CRYPTO_MODE_SHA3_224

30

HMAC-SHA3-224

CRYPTO_MODE_SHA3_256

31

HMAC-SHA3-256

CRYPTO_MODE_SHA3_384

32

HMAC-SHA3-384

CRYPTO_MODE_SHA3_512

33

HMAC-SHA3-512

Definition File: crypto.def