struct MD5::MD5Result

Declaration

struct MD5::MD5Result : public std::array { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/MD5.h:43

Inherits from: std::array

Method Overview

  • public SmallString<32> digest() const
  • public uint64_t high() const
  • public uint64_t low() const
  • public std::pair<uint64_t, uint64_t> words() const

Methods

SmallString<32> digest() const

Declared at: llvm/include/llvm/Support/MD5.h:44

uint64_t high() const

Declared at: llvm/include/llvm/Support/MD5.h:53

uint64_t low() const

Declared at: llvm/include/llvm/Support/MD5.h:46

std::pair<uint64_t, uint64_t> words() const

Declared at: llvm/include/llvm/Support/MD5.h:57