đŸ‘ŊHash

Built-in Hash library. (Game CRC-32 Table)

Properties:

Name
Type
Description

value

hexadecimal

Value of the hash

Static Functions:

Hash

Hash(text: string): Hash

Argument
Type
Description

text

string (optional)

Text that will be hashed

Creates a new Hash object.

.Get

Hash.Get(text: string): hexadecimal

Argument
Type
Description

text

string

Text that will be hashed

Gets a hexadecimal value of hash from text.

Last updated

Was this helpful?