GDCM 3.0.24
Static Public Member Functions | List of all members
gdcm::MD5 Class Reference

Class for MD5. More...

#include <gdcmMD5.h>

Static Public Member Functions

static bool Compute (const char *buffer, size_t buf_len, char digest_str[33])
 
static bool ComputeFile (const char *filename, char digest_str[33])
 Compute md5 from a file filename
 

Detailed Description

Class for MD5.

Warning
this class is able to pick from two implementations:
  1. a lightweight md5 implementation (when GDCM_BUILD_TESTING is turned ON)
  2. the one from OpenSSL (when GDCM_USE_SYSTEM_OPENSSL is turned ON)

In all other cases it will return an error

Member Function Documentation

◆ Compute()

static bool gdcm::MD5::Compute ( const char *  buffer,
size_t  buf_len,
char  digest_str[33] 
)
static

◆ ComputeFile()

static bool gdcm::MD5::ComputeFile ( const char *  filename,
char  digest_str[33] 
)
static

Compute md5 from a file filename


The documentation for this class was generated from the following file: