[#Num3072-Multiply] = xref:Num3072.adoc[Num3072]::Multiply :relfileprefix: ../ :mrdocs: Multiply this number by another, modulo the MuHash prime. == Synopsis Declared in `<crypto/muhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Multiply(xref:Num3072.adoc[Num3072] const& a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | The number to multiply into this one. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#