conjugate method
Computes the conjugate of the accumulated value.
Implementation
@override
Bls12NativeFp12 conjugate(Bls12NativeFp12 acc) {
return acc.conjugate();
}
Computes the conjugate of the accumulated value.
@override
Bls12NativeFp12 conjugate(Bls12NativeFp12 acc) {
return acc.conjugate();
}