geFromBytesVartime static method
Implementation
static GroupElementP3 geFromBytesVartime(List<int> s) {
s.asMin32("geFromBytesVartime");
final p = GroupElementP3();
if (geFromBytesVartime_(p, s) != 0) {
throw ArgumentException.invalidOperationArguments(
"geFromBytesVartime",
reason: "Invalid point encoding bytes.",
);
}
return p;
}