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

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include <string>
#include "third_party/base/containers/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 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.