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

Name

Description

in1

The object to hash.

Created with MrDocs