crypto/crypto/zcrypto/jubjub/point/core library

Classes

BaseJubJubAffinePoint<SCALAR extends JubJubScalar<SCALAR>>
Base class for affine JubJub points.
BaseJubJubNielsPoint<SCALAR extends JubJubScalar<SCALAR>>
Base class for Niels-form JubJub points (used for fast addition).
BaseJubJubPoint<SCALAR extends JubJubScalar<SCALAR>, P extends BaseJubJubPoint<SCALAR, P>>
Base abstract class for JubJub points with full group and cofactor operations.
BaseRedJubJubPoint<SCALAR extends JubJubScalar<SCALAR>>