SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TStrHashF_Md5 Class Reference

#include <hash.h>

Static Public Member Functions

static int GetPrimHashCd (const char *p)
 
static int GetSecHashCd (const char *p)
 
static int GetPrimHashCd (const TStr &s)
 
static int GetSecHashCd (const TStr &s)
 

Detailed Description

Definition at line 1235 of file hash.h.

Member Function Documentation

int TStrHashF_Md5::GetPrimHashCd ( const char *  p)
static

Definition at line 118 of file hash.cpp.

118  {
119  TMd5Sig sig = TStr(p);
120  return sig.GetPrimHashCd();
121 }
Definition: dt.h:412
Definition: md5.h:81
int GetPrimHashCd() const
Definition: md5.cpp:264
int TStrHashF_Md5::GetPrimHashCd ( const TStr s)
static

Definition at line 128 of file hash.cpp.

128  {
129  TMd5Sig sig(s);
130  return sig.GetPrimHashCd();
131 }
Definition: md5.h:81
int TStrHashF_Md5::GetSecHashCd ( const char *  p)
static

Definition at line 123 of file hash.cpp.

123  {
124  TMd5Sig sig = TStr(p);
125  return sig.GetSecHashCd();
126 }
Definition: dt.h:412
Definition: md5.h:81
int GetSecHashCd() const
Definition: md5.cpp:271
int TStrHashF_Md5::GetSecHashCd ( const TStr s)
static

Definition at line 133 of file hash.cpp.

133  {
134  TMd5Sig sig(s);
135  return sig.GetSecHashCd();
136 }
Definition: md5.h:81

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