toNiels method
Converts this point to its Niels representation for faster arithmetic.
Implementation
@override
JubJubNielsNativePoint toNiels() {
return this;
}
Converts this point to its Niels representation for faster arithmetic.
@override
JubJubNielsNativePoint toNiels() {
return this;
}