retrieveHash

Retrieve an object prototype from the global factory

const(HashFunction)
retrieveHash
(
in string algo_spec
)

Parameters

algo_spec string

an algorithm name

Return Value

Type: const(HashFunction)

constant prototype object (use clone to create usable object), library retains ownership

Meta