Constructors
Methods
Staticsha256
- sha256(message): string
Returns string
Staticsha3_256
- sha3_256(message): string
Parameters
- message: string | Uint8Array<ArrayBufferLike>
Returns string
Staticsha3_512
- sha3_512(message): Uint8Array<ArrayBufferLike>
Parameters
- message: string | Uint8Array<ArrayBufferLike>
Returns Uint8Array<ArrayBufferLike>