Currently, if a function gets, let's say, in input a *math.G1 element. There is no way to check if the element has been properly initialised. Indeed, it is possible that the internal field g1 is nil causing a panic on any function call on that element.
This git issue proposes to introduce a method that checks that the element is properly initialized.