Class MixedNafR2LMultiplier

  • All Implemented Interfaces:
    ECMultiplier

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

      • additionCoord

        protected int additionCoord
      • doublingCoord

        protected int doublingCoord
    • Constructor Detail

      • MixedNafR2LMultiplier

        public MixedNafR2LMultiplier()
        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)