menu
blockchain_utils package
documentation
crypto/crypto/cdsa/crypto_ops/operations/ops.dart
CryptoOps
geP2Zero static method
geP2Zero static method
dark_mode
light_mode
geP2Zero
static method
void
geP2Zero
(
GroupElementP2
h
)
Implementation
static void geP2Zero(GroupElementP2 h) { fe0(h.x); fe1(h.y); fe1(h.z); }
blockchain_utils package
documentation
crypto/crypto/cdsa/crypto_ops/operations/ops
CryptoOps
geP2Zero static method
CryptoOps class