Computes the SHA256 hash of the given data.
data
The SHA256 hash algorithm produces a 32-byte hash, which is returned as a StaticArray<u8>.
StaticArray<u8>
The SHA256 hash of the data, serialized as a StaticArray<u8>.
The data to hash.
Generated using TypeDoc
Computes the SHA256 hash of the given
data
.Remarks
The SHA256 hash algorithm produces a 32-byte hash, which is returned as a
StaticArray<u8>
.Returns
The SHA256 hash of the
data
, serialized as aStaticArray<u8>
.