menu
blockchain_utils package
documentation
crypto/crypto/zcrypto/bls12_381/src/fp2.dart
Bls12NativeFp2
conjugate method
conjugate method
dark_mode
light_mode
conjugate
method
Bls12NativeFp2
conjugate
(
)
Implementation
Bls12NativeFp2 conjugate() => Bls12NativeFp2(c0: c0, c1: -c1);
blockchain_utils package
documentation
crypto/crypto/zcrypto/bls12_381/src/fp2
Bls12NativeFp2
conjugate method
Bls12NativeFp2 class