Serialize this number into a fixed‐size byte buffer.

Synopsis

Declared in <crypto/muhash.h>

void
ToBytes(unsigned char(& out)[]);

Parameters

Name

Description

out

Buffer receiving the BYTE_SIZE‐byte representation.

Created with MrDocs