WriteLE64

Write a 64-bit integer to a byte buffer in little-endian order.

Synopsis

Declared in <crypto/common.h>

template<ByteType B>
void
WriteLE64(
    B* ptr,
    uint64_t x);

Parameters

NameDescription
ptrPointer to at least 8 writable bytes.
xThe host-order value to store.