All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Data Fields
as_digest Struct Reference

Detailed Description

The digest is the value used to locate a record based on the set and digest of the record. The digest is calculated using RIPEMD-160. Keys for digests can be either a string or integer.

Definition at line 83 of file as_key.h.

#include "as_key.h"

+ Collaboration diagram for as_digest:

Data Fields

bool init
 
as_digest_value value
 

Field Documentation

bool as_digest::init

Indicates whether the digest was calculated.

Definition at line 88 of file as_key.h.

as_digest_value as_digest::value

The digest value.

Definition at line 93 of file as_key.h.


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