#include <cstddef>#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | dcn |
| namespace | dcn::crypto |
Functions | |
| std::uint64_t | dcn::crypto::readUint64BE (const std::uint8_t *ptr) |
| void | dcn::crypto::writeUint64BE (std::uint8_t *ptr, std::uint64_t value) |
| void | dcn::crypto::writeUint32BE (std::uint8_t *ptr, std::uint32_t value) |