Electroneum
key_entry_key Struct Reference

#include <val_kentry.h>

Collaboration diagram for key_entry_key:

Public Attributes

struct lruhash_entry entry
 
uint8_tname
 
size_t namelen
 
uint16_t key_class
 

Detailed Description

A key entry for the validator. This may or may not be a trusted key. This is what is stored in the key cache. This is the key part for the cache; the key entry key.

Definition at line 55 of file val_kentry.h.

Member Data Documentation

◆ entry

struct lruhash_entry key_entry_key::entry

lru hash entry

Definition at line 57 of file val_kentry.h.

◆ key_class

uint16_t key_entry_key::key_class

class of the key, host byteorder

Definition at line 63 of file val_kentry.h.

◆ name

uint8_t* key_entry_key::name

name of the key

Definition at line 59 of file val_kentry.h.

◆ namelen

size_t key_entry_key::namelen

length of name

Definition at line 61 of file val_kentry.h.


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