|
Open-Transactions
0.93.0-ge03d287
|
#include <cstdint>

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) |