SHA1Digest.C File Reference
Include dependency graph for SHA1Digest.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

static unsigned char readHexDigit (Istream &is)
 

Variables

static const char hexChars [] = "0123456789abcdef"
 
static constexpr int offsetZero = int('0')
 
static constexpr int offsetAlpha = int('A') - 10
 

Detailed Description

Original source file SHA1Digest.C

Definition in file SHA1Digest.C.

Variable Documentation

◆ hexChars

const char hexChars[] = "0123456789abcdef"
static

Definition at line 37 of file SHA1Digest.C.

Referenced by SHA1Digest::str(), and SHA1Digest::write().

◆ offsetZero

constexpr int offsetZero = int('0')
staticconstexpr

Definition at line 40 of file SHA1Digest.C.

Referenced by Foam::ReadHex(), and Foam::readHexDigit().

◆ offsetAlpha

constexpr int offsetAlpha = int('A') - 10
staticconstexpr

Definition at line 43 of file SHA1Digest.C.

Referenced by Foam::ReadHex(), and Foam::readHexDigit().