public class sun.security.util.math.intpoly.IntegerPolynomialModBinP extends sun.security.util.math.intpoly.IntegerPolynomial
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.util.math.intpoly.IntegerPolynomialModBinP
  super_class: sun.security.util.math.intpoly.IntegerPolynomial
{
  private final long[] reduceLimbs;
    descriptor: [J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int bitOffset;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int limbMask;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int rightBitOffset;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int power;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int, int, java.math.BigInteger);
    descriptor: (IIILjava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
        start local 1 // int bitsPerLimb
        start local 2 // int numLimbs
        start local 3 // int power
        start local 4 // java.math.BigInteger subtrahend
         0: .line 53
            aload 0 /* this */
            iload 1 /* bitsPerLimb */
            iload 2 /* numLimbs */
            iconst_1
         1: .line 54
            ldc 2
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            iload 3 /* power */
            invokevirtual java.math.BigInteger.pow:(I)Ljava/math/BigInteger;
            aload 4 /* subtrahend */
            invokevirtual java.math.BigInteger.subtract:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            invokespecial sun.security.util.math.intpoly.IntegerPolynomial.<init>:(IIILjava/math/BigInteger;)V
         2: .line 56
            iconst_0
            istore 5 /* negate */
        start local 5 // boolean negate
         3: .line 57
            aload 4 /* subtrahend */
            getstatic java.math.BigInteger.ZERO:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.compareTo:(Ljava/math/BigInteger;)I
            ifge 6
         4: .line 58
            iconst_1
            istore 5 /* negate */
         5: .line 59
            aload 4 /* subtrahend */
            invokevirtual java.math.BigInteger.negate:()Ljava/math/BigInteger;
            astore 4 /* subtrahend */
         6: .line 61
      StackMap locals: sun.security.util.math.intpoly.IntegerPolynomialModBinP int int int java.math.BigInteger int
      StackMap stack:
            aload 4 /* subtrahend */
            invokevirtual java.math.BigInteger.bitLength:()I
            iload 1 /* bitsPerLimb */
            idiv
            iconst_1
            iadd
            istore 6 /* reduceLimbsLength */
        start local 6 // int reduceLimbsLength
         7: .line 62
            aload 0 /* this */
            iload 6 /* reduceLimbsLength */
            newarray 11
            putfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceLimbs:[J
         8: .line 63
            aload 0 /* this */
            aload 4 /* subtrahend */
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.getElement:(Ljava/math/BigInteger;)Lsun/security/util/math/intpoly/IntegerPolynomial$ImmutableElement;
            astore 7 /* reduceElem */
        start local 7 // sun.security.util.math.intpoly.IntegerPolynomial$ImmutableElement reduceElem
         9: .line 64
            iload 5 /* negate */
            ifeq 11
        10: .line 65
            aload 7 /* reduceElem */
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomial$ImmutableElement.additiveInverse:()Lsun/security/util/math/intpoly/IntegerPolynomial$ImmutableElement;
            astore 7 /* reduceElem */
        11: .line 67
      StackMap locals: int sun.security.util.math.intpoly.IntegerPolynomial$ImmutableElement
      StackMap stack:
            aload 7 /* reduceElem */
            getfield sun.security.util.math.intpoly.IntegerPolynomial$ImmutableElement.limbs:[J
            iconst_0
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceLimbs:[J
            iconst_0
        12: .line 68
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceLimbs:[J
            arraylength
        13: .line 67
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 71
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "reduce limbs:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        15: .line 72
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        16: goto 19
        17: .line 73
      StackMap locals: int
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            iload 8 /* i */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceLimbs:[J
            iload 8 /* i */
            laload
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        18: .line 72
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 8 /* i */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceLimbs:[J
            arraylength
            if_icmplt 17
        end local 8 // int i
        20: .line 77
            aload 0 /* this */
            iload 3 /* power */
            putfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.power:I
        21: .line 78
            aload 0 /* this */
            iload 2 /* numLimbs */
            iload 1 /* bitsPerLimb */
            imul
            iload 3 /* power */
            isub
            putfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitOffset:I
        22: .line 79
            aload 0 /* this */
            iconst_m1
            bipush 64
            iload 1 /* bitsPerLimb */
            isub
            iushr
            putfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.limbMask:I
        23: .line 80
            aload 0 /* this */
            iload 1 /* bitsPerLimb */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitOffset:I
            isub
            putfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.rightBitOffset:I
        24: .line 81
            return
        end local 7 // sun.security.util.math.intpoly.IntegerPolynomial$ImmutableElement reduceElem
        end local 6 // int reduceLimbsLength
        end local 5 // boolean negate
        end local 4 // java.math.BigInteger subtrahend
        end local 3 // int power
        end local 2 // int numLimbs
        end local 1 // int bitsPerLimb
        end local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   25     0               this  Lsun/security/util/math/intpoly/IntegerPolynomialModBinP;
            0   25     1        bitsPerLimb  I
            0   25     2           numLimbs  I
            0   25     3              power  I
            0   25     4         subtrahend  Ljava/math/BigInteger;
            3   25     5             negate  Z
            7   25     6  reduceLimbsLength  I
            9   25     7         reduceElem  Lsun/security/util/math/intpoly/IntegerPolynomial$ImmutableElement;
           16   20     8                  i  I
    MethodParameters:
             Name  Flags
      bitsPerLimb  
      numLimbs     
      power        
      subtrahend   

  protected void finalCarryReduceLast(long[]);
    descriptor: ([J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=8, args_size=2
        start local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
        start local 1 // long[] limbs
         0: .line 86
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            imul
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.power:I
            isub
            istore 2 /* extraBits */
        start local 2 // int extraBits
         1: .line 87
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            iload 2 /* extraBits */
            isub
            istore 3 /* highBits */
        start local 3 // int highBits
         2: .line 88
            aload 1 /* limbs */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            iconst_1
            isub
            laload
            iload 3 /* highBits */
            lshr
            lstore 4 /* c */
        start local 4 // long c
         3: .line 89
            aload 1 /* limbs */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            iconst_1
            isub
            dup2
            laload
            lload 4 /* c */
            iload 3 /* highBits */
            lshl
            lsub
            lastore
         4: .line 90
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         5: goto 9
         6: .line 91
      StackMap locals: sun.security.util.math.intpoly.IntegerPolynomialModBinP long[] int int long int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.power:I
            iload 2 /* extraBits */
            iadd
            iload 6 /* j */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            imul
            isub
            istore 7 /* reduceBits */
        start local 7 // int reduceBits
         7: .line 92
            aload 0 /* this */
            aload 1 /* limbs */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            iload 7 /* reduceBits */
            lload 4 /* c */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceLimbs:[J
            iload 6 /* j */
            laload
            lmul
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.modReduceInBits:([JIIJ)V
        end local 7 // int reduceBits
         8: .line 90
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* j */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceLimbs:[J
            arraylength
            if_icmplt 6
        end local 6 // int j
        10: .line 94
            return
        end local 4 // long c
        end local 3 // int highBits
        end local 2 // int extraBits
        end local 1 // long[] limbs
        end local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lsun/security/util/math/intpoly/IntegerPolynomialModBinP;
            0   11     1       limbs  [J
            1   11     2   extraBits  I
            2   11     3    highBits  I
            3   11     4           c  J
            5   10     6           j  I
            7    8     7  reduceBits  I
    MethodParameters:
       Name  Flags
      limbs  

  public sun.security.util.math.intpoly.IntegerPolynomial$ImmutableElement getElement(byte[], int, int, byte);
    descriptor: ([BIIB)Lsun/security/util/math/intpoly/IntegerPolynomial$ImmutableElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=5
        start local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
        start local 1 // byte[] v
        start local 2 // int offset
        start local 3 // int length
        start local 4 // byte highByte
         0: .line 105
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            newarray 11
            astore 5 /* result */
        start local 5 // long[] result
         1: .line 106
            bipush 32
            iload 4 /* highByte */
            invokestatic java.lang.Integer.numberOfLeadingZeros:(I)I
            isub
            istore 6 /* numHighBits */
        start local 6 // int numHighBits
         2: .line 107
            bipush 8
            iload 3 /* length */
            imul
            iload 6 /* numHighBits */
            iadd
            istore 7 /* numBits */
        start local 7 // int numBits
         3: .line 108
            iload 7 /* numBits */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            iadd
            iconst_1
            isub
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            idiv
            istore 8 /* requiredLimbs */
        start local 8 // int requiredLimbs
         4: .line 109
            iload 8 /* requiredLimbs */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            if_icmple 9
         5: .line 110
            iload 8 /* requiredLimbs */
            newarray 11
            astore 9 /* temp */
        start local 9 // long[] temp
         6: .line 111
            aload 0 /* this */
            aload 1 /* v */
            iload 2 /* offset */
            iload 3 /* length */
            iload 4 /* highByte */
            aload 9 /* temp */
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.encode:([BIIB[J)V
         7: .line 113
            aload 9 /* temp */
            iconst_0
            aload 5 /* result */
            iconst_0
            aload 5 /* result */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        end local 9 // long[] temp
         8: .line 114
            goto 10
         9: .line 115
      StackMap locals: sun.security.util.math.intpoly.IntegerPolynomialModBinP byte[] int int int long[] int int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* v */
            iload 2 /* offset */
            iload 3 /* length */
            iload 4 /* highByte */
            aload 5 /* result */
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.encode:([BIIB[J)V
        10: .line 118
      StackMap locals:
      StackMap stack:
            new sun.security.util.math.intpoly.IntegerPolynomial$ImmutableElement
            dup
            aload 0 /* this */
            aload 5 /* result */
            iconst_0
            invokespecial sun.security.util.math.intpoly.IntegerPolynomial$ImmutableElement.<init>:(Lsun/security/util/math/intpoly/IntegerPolynomial;[JI)V
            areturn
        end local 8 // int requiredLimbs
        end local 7 // int numBits
        end local 6 // int numHighBits
        end local 5 // long[] result
        end local 4 // byte highByte
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] v
        end local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lsun/security/util/math/intpoly/IntegerPolynomialModBinP;
            0   11     1              v  [B
            0   11     2         offset  I
            0   11     3         length  I
            0   11     4       highByte  B
            1   11     5         result  [J
            2   11     6    numHighBits  I
            3   11     7        numBits  I
            4   11     8  requiredLimbs  I
            6    8     9           temp  [J
    MethodParameters:
          Name  Flags
      v         
      offset    
      length    
      highByte  

  private void multOnly(long[], long[], long[]);
    descriptor: ([J[J[J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=6, args_size=4
        start local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
        start local 1 // long[] a
        start local 2 // long[] b
        start local 3 // long[] c
         0: .line 127
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 8
         2: .line 128
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* j */
        start local 5 // int j
         3: goto 6
         4: .line 129
      StackMap locals: int
      StackMap stack:
            aload 3 /* c */
            iload 4 /* i */
            iload 5 /* j */
            iadd
            dup2
            laload
            aload 1 /* a */
            iload 4 /* i */
            laload
            aload 2 /* b */
            iload 5 /* j */
            laload
            lmul
            ladd
            lastore
         5: .line 128
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* j */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            if_icmplt 4
        end local 5 // int j
         7: .line 127
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            if_icmplt 2
        end local 4 // int i
         9: .line 132
            return
        end local 3 // long[] c
        end local 2 // long[] b
        end local 1 // long[] a
        end local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/security/util/math/intpoly/IntegerPolynomialModBinP;
            0   10     1     a  [J
            0   10     2     b  [J
            0   10     3     c  [J
            1    9     4     i  I
            3    7     5     j  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     

  protected void mult(long[], long[], long[]);
    descriptor: ([J[J[J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
        start local 1 // long[] a
        start local 2 // long[] b
        start local 3 // long[] r
         0: .line 137
            iconst_2
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            imul
            newarray 11
            astore 4 /* c */
        start local 4 // long[] c
         1: .line 138
            aload 0 /* this */
            aload 1 /* a */
            aload 2 /* b */
            aload 4 /* c */
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.multOnly:([J[J[J)V
         2: .line 139
            aload 0 /* this */
            aload 4 /* c */
            aload 3 /* r */
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.carryReduce:([J[J)V
         3: .line 140
            return
        end local 4 // long[] c
        end local 3 // long[] r
        end local 2 // long[] b
        end local 1 // long[] a
        end local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/util/math/intpoly/IntegerPolynomialModBinP;
            0    4     1     a  [J
            0    4     2     b  [J
            0    4     3     r  [J
            1    4     4     c  [J
    MethodParameters:
      Name  Flags
      a     
      b     
      r     

  private void modReduceInBits(long[], int, int, long);
    descriptor: ([JIIJ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=9, args_size=5
        start local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
        start local 1 // long[] limbs
        start local 2 // int index
        start local 3 // int bits
        start local 4 // long x
         0: .line 144
            iload 3 /* bits */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            irem
            ifne 4
         1: .line 145
            iload 3 /* bits */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            idiv
            istore 6 /* pos */
        start local 6 // int pos
         2: .line 146
            aload 1 /* limbs */
            iload 2 /* index */
            iload 6 /* pos */
            isub
            dup2
            laload
            lload 4 /* x */
            ladd
            lastore
        end local 6 // int pos
         3: .line 147
            goto 9
         4: .line 149
      StackMap locals:
      StackMap stack:
            iload 3 /* bits */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            idiv
            istore 6 /* secondPos */
        start local 6 // int secondPos
         5: .line 150
            iload 6 /* secondPos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            imul
            iload 3 /* bits */
            isub
            istore 7 /* bitOffset */
        start local 7 // int bitOffset
         6: .line 151
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            iload 7 /* bitOffset */
            isub
            istore 8 /* rightBitOffset */
        start local 8 // int rightBitOffset
         7: .line 152
            aload 1 /* limbs */
            iload 2 /* index */
            iload 6 /* secondPos */
            iconst_1
            iadd
            isub
            dup2
            laload
            lload 4 /* x */
            iload 7 /* bitOffset */
            lshl
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.limbMask:I
            i2l
            land
            ladd
            lastore
         8: .line 153
            aload 1 /* limbs */
            iload 2 /* index */
            iload 6 /* secondPos */
            isub
            dup2
            laload
            lload 4 /* x */
            iload 8 /* rightBitOffset */
            lshr
            ladd
            lastore
        end local 8 // int rightBitOffset
        end local 7 // int bitOffset
        end local 6 // int secondPos
         9: .line 155
      StackMap locals:
      StackMap stack:
            return
        end local 4 // long x
        end local 3 // int bits
        end local 2 // int index
        end local 1 // long[] limbs
        end local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lsun/security/util/math/intpoly/IntegerPolynomialModBinP;
            0   10     1           limbs  [J
            0   10     2           index  I
            0   10     3            bits  I
            0   10     4               x  J
            2    3     6             pos  I
            5    9     6       secondPos  I
            6    9     7       bitOffset  I
            7    9     8  rightBitOffset  I
    MethodParameters:
       Name  Flags
      limbs  
      index  
      bits   
      x      

  protected void reduceIn(long[], long, int);
    descriptor: ([JJI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=6, args_size=4
        start local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
        start local 1 // long[] c
        start local 2 // long v
        start local 4 // int i
         0: .line 159
            iconst_0
            istore 5 /* j */
        start local 5 // int j
         1: goto 4
         2: .line 160
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            iload 4 /* i */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.power:I
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.bitsPerLimb:I
            iload 5 /* j */
            imul
            isub
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceLimbs:[J
            iload 5 /* j */
            laload
            lload 2 /* v */
            lmul
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.modReduceInBits:([JIIJ)V
         3: .line 159
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
         4: iload 5 /* j */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceLimbs:[J
            arraylength
            if_icmplt 2
        end local 5 // int j
         5: .line 162
            return
        end local 4 // int i
        end local 2 // long v
        end local 1 // long[] c
        end local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/util/math/intpoly/IntegerPolynomialModBinP;
            0    6     1     c  [J
            0    6     2     v  J
            0    6     4     i  I
            1    5     5     j  I
    MethodParameters:
      Name  Flags
      c     
      v     
      i     

  private void carryReduce(long[], long[]);
    descriptor: ([J[J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
        start local 1 // long[] c
        start local 2 // long[] r
         0: .line 167
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.carry:([J)V
         1: .line 169
            aload 1 /* c */
            arraylength
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 170
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* c */
            aload 1 /* c */
            iload 3 /* i */
            laload
            iload 3 /* i */
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceIn:([JJI)V
         4: .line 171
            aload 1 /* c */
            iload 3 /* i */
            lconst_0
            lastore
         5: .line 169
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            if_icmpge 3
        end local 3 // int i
         7: .line 174
            aload 0 /* this */
            aload 1 /* c */
            iconst_0
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.carry:([JII)V
         8: .line 176
            aload 0 /* this */
            aload 1 /* c */
            aload 1 /* c */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            laload
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.reduceIn:([JJI)V
         9: .line 177
            aload 1 /* c */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            lconst_0
            lastore
        10: .line 179
            aload 0 /* this */
            aload 1 /* c */
            iconst_0
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            iconst_1
            isub
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.carry:([JII)V
        11: .line 180
            aload 1 /* c */
            iconst_0
            aload 2 /* r */
            iconst_0
            aload 2 /* r */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 181
            return
        end local 2 // long[] r
        end local 1 // long[] c
        end local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/security/util/math/intpoly/IntegerPolynomialModBinP;
            0   13     1     c  [J
            0   13     2     r  [J
            2    7     3     i  I
    MethodParameters:
      Name  Flags
      c     
      r     

  protected void reduce(long[]);
    descriptor: ([J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
        start local 1 // long[] a
         0: .line 186
            aload 1 /* a */
            arraylength
            iconst_2
            iadd
            newarray 11
            astore 2 /* c */
        start local 2 // long[] c
         1: .line 187
            aload 1 /* a */
            iconst_0
            aload 2 /* c */
            iconst_0
            aload 1 /* a */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 188
            aload 0 /* this */
            aload 2 /* c */
            aload 1 /* a */
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.carryReduce:([J[J)V
         3: .line 189
            return
        end local 2 // long[] c
        end local 1 // long[] a
        end local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/util/math/intpoly/IntegerPolynomialModBinP;
            0    4     1     a  [J
            1    4     2     c  [J
    MethodParameters:
      Name  Flags
      a     

  protected void square(long[], long[]);
    descriptor: ([J[J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=6, args_size=3
        start local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
        start local 1 // long[] a
        start local 2 // long[] r
         0: .line 194
            iconst_2
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            imul
            newarray 11
            astore 3 /* c */
        start local 3 // long[] c
         1: .line 195
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 10
         3: .line 196
      StackMap locals: long[] int
      StackMap stack:
            aload 3 /* c */
            iconst_2
            iload 4 /* i */
            imul
            dup2
            laload
            aload 1 /* a */
            iload 4 /* i */
            laload
            aload 1 /* a */
            iload 4 /* i */
            laload
            lmul
            ladd
            lastore
         4: .line 197
            iload 4 /* i */
            iconst_1
            iadd
            istore 5 /* j */
        start local 5 // int j
         5: goto 8
         6: .line 198
      StackMap locals: int
      StackMap stack:
            aload 3 /* c */
            iload 4 /* i */
            iload 5 /* j */
            iadd
            dup2
            laload
            ldc 2
            aload 1 /* a */
            iload 4 /* i */
            laload
            lmul
            aload 1 /* a */
            iload 5 /* j */
            laload
            lmul
            ladd
            lastore
         7: .line 197
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* j */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            if_icmplt 6
        end local 5 // int j
         9: .line 195
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            aload 0 /* this */
            getfield sun.security.util.math.intpoly.IntegerPolynomialModBinP.numLimbs:I
            if_icmplt 3
        end local 4 // int i
        11: .line 202
            aload 0 /* this */
            aload 3 /* c */
            aload 2 /* r */
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.carryReduce:([J[J)V
        12: .line 204
            return
        end local 3 // long[] c
        end local 2 // long[] r
        end local 1 // long[] a
        end local 0 // sun.security.util.math.intpoly.IntegerPolynomialModBinP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/security/util/math/intpoly/IntegerPolynomialModBinP;
            0   13     1     a  [J
            0   13     2     r  [J
            1   13     3     c  [J
            2   11     4     i  I
            5    9     5     j  I
    MethodParameters:
      Name  Flags
      a     
      r     

  public sun.security.util.math.ImmutableIntegerModuloP getElement(byte[], int, int, byte);
    descriptor: ([BIIB)Lsun/security/util/math/ImmutableIntegerModuloP;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            iload 4
            invokevirtual sun.security.util.math.intpoly.IntegerPolynomialModBinP.getElement:([BIIB)Lsun/security/util/math/intpoly/IntegerPolynomial$ImmutableElement;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "IntegerPolynomialModBinP.java"
NestMembers:
  sun.security.util.math.intpoly.IntegerPolynomialModBinP$Curve25519OrderField  sun.security.util.math.intpoly.IntegerPolynomialModBinP$Curve448OrderField
InnerClasses:
  ImmutableElement = sun.security.util.math.intpoly.IntegerPolynomial$ImmutableElement of sun.security.util.math.intpoly.IntegerPolynomial
  public Curve25519OrderField = sun.security.util.math.intpoly.IntegerPolynomialModBinP$Curve25519OrderField of sun.security.util.math.intpoly.IntegerPolynomialModBinP
  public Curve448OrderField = sun.security.util.math.intpoly.IntegerPolynomialModBinP$Curve448OrderField of sun.security.util.math.intpoly.IntegerPolynomialModBinP