dm_crypto_ripemd160 Function

public function dm_crypto_ripemd160(str) result(hash)

RIPEMD-160 cryptographic hash function with a 160 bit output.

Arguments

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

Input string.

Return Value character(len=CRYPTO_RIPEMD160_HASH_LEN)

Output hash.


Calls

proc~~dm_crypto_ripemd160~~CallsGraph proc~dm_crypto_ripemd160 dm_crypto_ripemd160 interface~dm_lower dm_lower proc~dm_crypto_ripemd160->interface~dm_lower proc~dm_string_lower dm_string_lower interface~dm_lower->proc~dm_string_lower