Single-SHA256 a 32-byte input (represented as uint256).
Declared in <hash.h>
<hash.h>
[[nodiscard]] uint256 SHA256Uint256(uint256 const& input);
The single SHA-256 hash of the input.
The return value should not be discarded.