Bls12NativeFp2.b3 constructor
Bls12NativeFp2.b3()
Implementation
factory Bls12NativeFp2.b3() {
final b = Bls12NativeFp2.b();
return b + b + b;
}
factory Bls12NativeFp2.b3() {
final b = Bls12NativeFp2.b();
return b + b + b;
}