Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Namespaces | Functions
crc32c.h File Reference
#include <stddef.h>
#include <stdint.h>
Include dependency graph for crc32c.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 leveldb
 
 leveldb::crc32c
 

Functions

uint32_t leveldb::crc32c::Extend (uint32_t crc, const char *buf, size_t size)
 
uint32_t leveldb::crc32c::Value (const char *data, size_t n)
 
uint32_t leveldb::crc32c::Mask (uint32_t crc)
 
uint32_t leveldb::crc32c::Unmask (uint32_t masked_crc)