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