SHA256Uint256

Single-SHA256 a 32-byte input (represented as uint256).

Synopsis

Declared in <hash.h>

[[nodiscard]]
uint256
SHA256Uint256(uint256 const& input);

Return Value

The single SHA-256 hash of the input.

NOTE

The return value should not be discarded.

Parameters

NameDescription
inputThe 32-byte input to hash.