All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 72 of file as_key.h.

#include "as_key.h"

+ Collaboration diagram for as_digest:

Data Fields

bool init
 
as_digest_value value
 

Field Documentation

◆ init

bool as_digest::init

Indicates whether the digest was calculated.

Definition at line 77 of file as_key.h.

◆ value

as_digest_value as_digest::value

The digest value.

Definition at line 82 of file as_key.h.


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