geTobytes_ static method

List<int> geTobytes_(
  1. GroupElementP2 h
)

Implementation

static List<int> geTobytes_(GroupElementP2 h) {
  final s = List<int>.filled(32, 0);
  geToBytes(s, h);
  return s;
}