PyCRYPTHASH.CryptGetHashParam

int/str = CryptGetHashParam(Param, Flags )

Retrieves the specified attribute of the hash

Parameters

Param : int

The parameter to retrieve: HP_ALGID, HP_HASHSIZE, or HP_HASHVAL

Flags=0 : int

Reserved, use 0 if passed in

Comments

After this method has been called, no more data can be hashed

Return Value

Type of returned object is dependent on the Param passed in