static bool isValidPoint(List<int> bytes) { final GroupElementP3 p = GroupElementP3(); return CryptoOps.geFromBytesVartime_(p, bytes) == 0; }