Loading...
Searching...
No Matches
entropy_source_tests_rep_t Struct Reference

Data structure for Repetition Count Test (NIST SP 800-90B 4.4.1). More...

Detailed Description

Data structure for Repetition Count Test (NIST SP 800-90B 4.4.1).

Definition at line 49 of file entropy_source.h.

#include <entropy_source.h>

Data Fields

uint8_t old_sample
 Preceding sample to compare for repetition.
 
uint16_t cnt_rep
 Counter to count repetition.
 
uint8_t c_rep
 Cutoff threshold.
 

Field Documentation

◆ c_rep

uint8_t entropy_source_tests_rep_t::c_rep

Cutoff threshold.

Definition at line 52 of file entropy_source.h.

◆ cnt_rep

uint16_t entropy_source_tests_rep_t::cnt_rep

Counter to count repetition.

Definition at line 51 of file entropy_source.h.

◆ old_sample

uint8_t entropy_source_tests_rep_t::old_sample

Preceding sample to compare for repetition.

Definition at line 50 of file entropy_source.h.


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