Main Page
Namespaces
Classes
Package Documentation
EventFilter
Utilities
interface
crc32c.h
Go to the documentation of this file.
1
#ifndef CRC32C_H
2
#define CRC32C_H
3
4
#include <cstdint>
5
#include <cstddef>
6
7
uint32_t
crc32c
(uint32_t crc,
const
unsigned
char
*buf,
size_t
len);
8
bool
crc32c_hw_test
();
9
10
#endif
crc32c_hw_test
bool crc32c_hw_test()
Definition:
crc32c.cc:354
crc32c
uint32_t crc32c(uint32_t crc, const unsigned char *buf, size_t len)
Definition:
crc32c.cc:340
Generated for CMSSW Reference Manual by
1.8.11