Hash

Compute the 256-bit hash of an object.

Synopsis

Declared in <hash.h>

template<typename T>
uint256
Hash(T const& in1);

Return Value

The 256-bit double-SHA-256 hash of the object.

Parameters

NameDescription
in1The object to hash.