Compute the 160‐bit hash an object.

Synopsis

Declared in <hash.h>

template<typename T1>
uint160
Hash160(T1 const& in1);

Return Value

The 160‐bit SHA‐256 then RIPEMD‐160 hash of the object.

Parameters

Name

Description

in1

The object to hash.

Created with MrDocs