Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OTDataCheck.hpp File Reference
#include <cstdint>
Include dependency graph for OTDataCheck.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 opentxs
 

Typedefs

typedef uint8_t opentxs::OT_BYTE
 
typedef bool opentxs::OT_BOOL
 

Functions

void opentxs::AppendChecksum (OT_BYTE *buffer, uint32_t &size)
 
EXPORT OT_BYTE opentxs::CalcChecksum (OT_BYTE *buffer, uint32_t size)
 
OT_BYTE opentxs::CalcChecksum (const OT_BYTE *const buffer, uint32_t size)
 
EXPORT OT_BOOL opentxs::IsChecksumValid (OT_BYTE *buffer, uint32_t size)