Read a little‐endian 64‐bit integer from a byte buffer.
Synopsis
Declared in <crypto/common.h>
template<ByteType B>
uint64_t
ReadLE64(B const* ptr);
Return Value
The decoded host‐order value.
Parameters
Name |
Description |
ptr |
Pointer to at least 8 readable bytes. |
Created with MrDocs