dm_hash_djb2a Function

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

Dan Bernstein’s DJB2a (XOR) non-cryptographic hash algorithm.

Arguments

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

Input string.

Return Value integer(kind=i8)