AlgorithmCache.get

Look for an algorithm implementation by a particular provider

class AlgorithmCache(T)
public const
const(T)
get

Parameters

algo_spec string

names the requested algorithm

requested_provider string

suggests a preferred provider

Return Value

Type: const(T)

prototype object, or NULL

Meta