[#Hash-0d] = Hash :mrdocs: Compute the 256‐bit hash of an object. == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:uint256.adoc[uint256] Hash(T const& in1); ---- == Return Value The 256‐bit double‐SHA‐256 hash of the object. == Parameters [cols="1,4"] |=== | Name| Description | *in1* | The object to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#