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.h File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include <string>
#include "core/fxcrt/span.h"
Include dependency graph for hash.h:
This graph shows which files directly or indirectly include this file:

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 pdfium::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.