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