P4C
The P4 Compiler
Loading...
Searching...
No Matches
crc_alg_info_ Struct Reference

#include <bfn_hash_algorithm.h>

Public Attributes

char * crc_name
 
uint64_t final_xor
 
uint64_t init
 
uint64_t poly
 
bool reverse
 

Detailed Description

Holds a char * value representing the required information for the standard algorithms

Member Data Documentation

◆ crc_name

char* crc_alg_info_::crc_name

◆ final_xor

uint64_t crc_alg_info_::final_xor

◆ init

uint64_t crc_alg_info_::init

◆ poly

uint64_t crc_alg_info_::poly

◆ reverse

bool crc_alg_info_::reverse