hashToPoint method

P? hashToPoint(
  1. List<bool> msg
)

Implementation

P? hashToPoint(List<bool> msg) {
  return _hashToPoint(msg).point;
}