Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
hash.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for hash.cpp:

Go to the source code of this file.

Functions

std::string CryptToBase16 (const uint8_t *digest)
 
std::string GenerateMD5Base16 (pdfium::span< const uint8_t > data)
 

Function Documentation

◆ CryptToBase16()

std::string CryptToBase16 ( const uint8_t * digest)

Definition at line 9 of file hash.cpp.

Referenced by CFDETextOutTest::GetBitmapChecksum(), and TEST().

+ Here is the caller graph for this function:

◆ GenerateMD5Base16()

std::string GenerateMD5Base16 ( pdfium::span< const uint8_t > data)

Definition at line 21 of file hash.cpp.