[#Num3072-ToBytes] = xref:Num3072.adoc[Num3072]::ToBytes :relfileprefix: ../ :mrdocs: Serialize this number into a fixed‐size byte buffer. == Synopsis Declared in `<crypto/muhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ToBytes(unsigned char(& out)[]); ---- == Parameters [cols="1,4"] |=== | Name| Description | *out* | Buffer receiving the BYTE_SIZE‐byte representation. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#