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