lookup static method

Find a BlockHashBase algorithm given a string name

Implementation

static BlockHashBase? lookup(String name) {
  _buildRegistry();
  return _blockHash[_norm(name)];
}