1.0.4 • Published 1 year ago

hash.ky v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

About

A project to create non-cryptographic hashes specific to JavaScript.

Algorithm

Only the following data types are allowed.

Processing a String

Returns STRING-000000000000 (the number is not greater than (2 ^ 53) - 1).

Processing a Number

A .toString() is applied and then processed as a String.

Processing a Symbol

It will be processed as a String if the Symbol contains a description, otherwise a SYMBOL-NONE will be returned.

Processing a BigInt

A .toString() is applied and then processed as a String.

Processing a Boolean

A BOOLEAN-1 is returned if the Boolean is a true, otherwise a BOOLEAN-0 will be returned.

Processing an Undefined

An UNDEFINED-NONE is returned.

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago