Nektar++
Namespaces | Functions
sha1.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  sha1
 

Functions

void sha1::calc (const void *src, const int bytelength, unsigned char *hash)
 Calculate the SHA1 hash of some data set. More...
 
void sha1::toHexString (const unsigned char *hash, char *hexstring)
 Calculate a string which represents the SHA1 hash as a hexadecimal number. More...