Class FixedPointPreCompInfo

  • All Implemented Interfaces:
    PreCompInfo

    public class FixedPointPreCompInfo
    extends java.lang.Object
    implements PreCompInfo
    Class holding precomputation data for fixed-point multiplications.
    • Field Detail

      • preComp

        protected ECPoint[] preComp
        Deprecated.
        Will be removed
        Array holding the precomputed ECPoints used for a fixed point multiplication.
      • lookupTable

        protected ECLookupTable lookupTable
        Lookup table for the precomputed ECPoints used for a fixed point multiplication.
      • width

        protected int width
        The width used for the precomputation. If a larger width precomputation is already available this may be larger than was requested, so calling code should refer to the actual width.
    • Constructor Detail

      • FixedPointPreCompInfo

        public FixedPointPreCompInfo()