Loading...
Searching...
No Matches
entropy_source_tests_prop_t Struct Reference

Data structure for Adaptive Proportion Test (NIST SP 800-90B 4.4.2). More...

Detailed Description

Data structure for Adaptive Proportion Test (NIST SP 800-90B 4.4.2).

Definition at line 58 of file entropy_source.h.

#include <entropy_source.h>

Data Fields

uint8_t old_sample
 Preceding sample to compare for repetition.
 
uint16_t cnt_prop
 Counter to count proportion.
 
uint16_t cnt_window
 Counter to count window size.
 
uint16_t c_prop
 Cutoff threshold.
 

Field Documentation

◆ c_prop

uint16_t entropy_source_tests_prop_t::c_prop

Cutoff threshold.

Definition at line 62 of file entropy_source.h.

◆ cnt_prop

uint16_t entropy_source_tests_prop_t::cnt_prop

Counter to count proportion.

Definition at line 60 of file entropy_source.h.

◆ cnt_window

uint16_t entropy_source_tests_prop_t::cnt_window

Counter to count window size.

Definition at line 61 of file entropy_source.h.

◆ old_sample

uint8_t entropy_source_tests_prop_t::old_sample

Preceding sample to compare for repetition.

Definition at line 59 of file entropy_source.h.


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