Hash object
Cryptographic operations require that you obtain a pointer to an instance of a cipher object or a hash object. A cipher object can be used to encrypt, decrypt, sign (or MAC), or verify data. A hash object is used to perform a digest operation. There is a function for obtaining an instance of each of these objects.
This chapter provides the following details on Hash Objects:
See Cipher object for information on cipher objects.