sha384

Git Source

Hash the input data with SHA-384.

function sha384(bytes memory input) view returns (bytes memory output);

Parameters

NameTypeDescription
inputbytesBytes to hash.

Returns

NameTypeDescription
outputbytes48 byte digest.