Class MixedNafR2LMultiplier

  • All Implemented Interfaces:
    ECMultiplier

    public class MixedNafR2LMultiplier
    extends AbstractECMultiplier
    Deprecated.
    Will be removed
    Class implementing the NAF (Non-Adjacent Form) multiplication algorithm (right-to-left) using mixed coordinates.
    • Field Detail

      • additionCoord

        protected int additionCoord
        Deprecated.
      • doublingCoord

        protected int doublingCoord
        Deprecated.
    • Constructor Detail

      • MixedNafR2LMultiplier

        public MixedNafR2LMultiplier()
        Deprecated.
        By default, addition will be done in Jacobian coordinates, and doubling will be done in Modified Jacobian coordinates (independent of the original coordinate system of each point).
      • MixedNafR2LMultiplier

        public MixedNafR2LMultiplier​(int additionCoord,
                                     int doublingCoord)
        Deprecated.