libxcks
0.1.0.1
|
Add some utilities to Checksum class. More...
#include "libxcks/checksum.hpp"
Go to the source code of this file.
Classes | |
class | libxcks::ChecksumEx |
Computes a hash from a byte stream. More... | |
Macros | |
#define | LIBXCKS_CHECKSUMEX_NOINTRIN |
No intrinsics. More... | |
#define | LIBXCKS_BIG_ENDIAN 4321 |
Big endian. More... | |
#define | LIBXCKS_LITTLE_ENDIAN 1234 |
Little endian. More... | |
#define | LIBXCKS_BYTE_ORDER LIBXCKS_LITTLE_ENDIAN |
Byte order. More... | |
Add some utilities to Checksum class.
Definition in file checksumex.hpp.
#define LIBXCKS_BIG_ENDIAN 4321 |
Big endian.
Definition at line 55 of file checksumex.hpp.
#define LIBXCKS_BYTE_ORDER LIBXCKS_LITTLE_ENDIAN |
Byte order.
Definition at line 61 of file checksumex.hpp.
#define LIBXCKS_CHECKSUMEX_NOINTRIN |
No intrinsics.
Definition at line 45 of file checksumex.hpp.
#define LIBXCKS_LITTLE_ENDIAN 1234 |
Little endian.
Definition at line 56 of file checksumex.hpp.