dm_hash_djb2 Function

public pure elemental function dm_hash_djb2(str) result(hash)

Dan Bernstein’s DJB2 non-cryptographic hash algorithm.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str

Input string.

Return Value integer(kind=i8)