menu
blockchain_utils package
documentation
crypto/crypto/zcrypto/bls12_381/src/g2.dart
G2AffinePoint
isTorsionFree method
isTorsionFree method
dark_mode
light_mode
isTorsionFree
method
bool
isTorsionFree
(
)
Implementation
bool isTorsionFree() { final p = toProjective(); return p.psi() == p.mulByX(); }
blockchain_utils package
documentation
crypto/crypto/zcrypto/bls12_381/src/g2
G2AffinePoint
isTorsionFree method
G2AffinePoint class