lookup static method
Find a HashBase algorithm given a string name
Implementation
static HashBase? lookup(String name) {
_buildRegistry();
return _hash[_norm(name)];
}
Find a HashBase algorithm given a string name
static HashBase? lookup(String name) {
_buildRegistry();
return _hash[_norm(name)];
}