dm_hash_djb2a Function

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

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

Arguments

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

Input string.

Return Value integer(kind=i8)