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