menu
ninja_ed25519 package
documentation
curve.dart
ProjectiveGroupElement
set method
set method
dark_mode
light_mode
set
method
void
set
(
ProjectiveGroupElement
other
)
Implementation
void set(ProjectiveGroupElement other) { X.set(other.X); Y.set(other.Y); Z.set(other.Z); }
ninja_ed25519 package
documentation
curve
ProjectiveGroupElement
set method
ProjectiveGroupElement class