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

Name

Description

input

The 32‐byte input to hash.

Created with MrDocs