Hash160

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

NameDescription
in1The object to hash.