menu
blockchain_utils package
documentation
crypto/crypto/zcrypto/pasta/point/vesta.dart
VestaPoint
VestaPoint.new constructor
VestaPoint.new constructor
dark_mode
light_mode
VestaPoint
constructor
VestaPoint
(
{
required
VestaFq
x
,
required
VestaFq
y
,
required
VestaFq
z
,
})
Implementation
VestaPoint({required super.x, required super.y, required super.z});
blockchain_utils package
documentation
crypto/crypto/zcrypto/pasta/point/vesta
VestaPoint
VestaPoint.new constructor
VestaPoint class