func (g *gtgroup) SecretLen() int { return int(C.pairing_length_in_bytes_Zr(&g.p.p[0])) }
func (g *g2group) ScalarLen() int { return int(C.pairing_length_in_bytes_Zr(&g.p.p[0])) }