Skip to content

MTY_DJB2

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Daniel J. Bernstein's classic string hash function.

uint32_t MTY_DJB2(
    const char * str
);

Parameters

str (const char *)

String to hash.

Return value

uint32_t

Hash value.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Crypto

Clone this wiki locally