keccak512

apiDocs


near-sdk-js v2.0.0 / api / keccak512

Function: keccak512()

keccak512(value): Uint8Array

Returns keccak512 hash of given value

Parameters

value: Uint8Array

value to be hashed, in Bytes

Returns

Uint8Array

hash result in Bytes

Defined in

packages/near-sdk-js/src/api.ts:882

Last updated