CMR  1.3.0
Public Attributes | List of all members
CMR_CAMION_STATISTICS Struct Reference

Statistics for Camion-signing algorithm. More...

#include <camion.h>

Public Attributes

uint32_t generalCount
 
double generalTime
 
uint32_t graphCount
 
double graphTime
 
uint32_t totalCount
 
double totalTime
 

Detailed Description

Statistics for Camion-signing algorithm.

Member Data Documentation

◆ generalCount

uint32_t CMR_CAMION_STATISTICS::generalCount

Number of invocations for general matrices.

◆ generalTime

double CMR_CAMION_STATISTICS::generalTime

Total time for all invocations for general matrices.

◆ graphCount

uint32_t CMR_CAMION_STATISTICS::graphCount

Number of invocations for graphic matrices.

◆ graphTime

double CMR_CAMION_STATISTICS::graphTime

Total time for all invocations for graphic matrices.

◆ totalCount

uint32_t CMR_CAMION_STATISTICS::totalCount

Total number of invocations.

◆ totalTime

double CMR_CAMION_STATISTICS::totalTime

Total time for all invocations.


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