circu.js
Preparing search index...
algorithm
CModuleAlgorithm
fnv1a32
Function fnv1a32
fnv1a32
(
data
:
Uint8Array
<
ArrayBuffer
>
)
:
number
Computes the FNV-1a 32-bit hash of the given data.
Parameters
data
:
Uint8Array
<
ArrayBuffer
>
The data to hash.
Returns
number
The 32-bit hash value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
circu.js
Loading...
Computes the FNV-1a 32-bit hash of the given data.