Message Digest Hash Functions
HASH_Bytes
- Creates a cryptographic hash digest in byte format from byte data.
HASH_File
- Creates a cryptographic hash digest in byte format from a file.
HASH_HexFromBytes
- Creates a cryptographic hash digest in hex format from byte data.
HASH_HexFromFile
- Creates a cryptographic hash digest in hex format from a file.
HASH_HexFromHex
- Creates a cryptographic hash digest in hex format from hex-encoded data.
HASH_Length
- Return length of the message digest in bytes.
[Contents] [Index]