public class org.bouncycastle.math.ec.custom.sec.SecP160R1Field
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.math.ec.custom.sec.SecP160R1Field
  super_class: java.lang.Object
{
  private static final long M;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4294967295

  static final int[] P;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int[] PExt;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final int[] PExtInv;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int P4;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final int PExt9;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private static final int PInv;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2147483647

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 13
            iconst_5
            newarray 10
            dup
            iconst_0
            ldc 2147483647
            iastore
            dup
            iconst_1
            iconst_m1
            iastore
            dup
            iconst_2
            iconst_m1
            iastore
            dup
            iconst_3
            iconst_m1
            iastore
            dup
            iconst_4
            iconst_m1
            iastore
            putstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.P:[I
         1: .line 14
            bipush 10
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            ldc 1073741825
            iastore
            dup
            iconst_5
         2: .line 15
            bipush -2
            iastore
            dup
            bipush 6
            bipush -2
            iastore
            dup
            bipush 7
            iconst_m1
            iastore
            dup
            bipush 8
            iconst_m1
            iastore
            dup
            bipush 9
            iconst_m1
            iastore
         3: .line 14
            putstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExt:[I
         4: .line 16
            bipush 7
            newarray 10
            dup
            iconst_0
            iconst_m1
            iastore
            dup
            iconst_1
            ldc -1073741826
            iastore
            dup
            iconst_2
            iconst_m1
            iastore
            dup
            iconst_3
            iconst_m1
            iastore
            dup
            iconst_4
         5: .line 17
            iconst_m1
            iastore
            dup
            iconst_5
            iconst_1
            iastore
            dup
            bipush 6
            iconst_1
            iastore
         6: .line 16
            putstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExtInv:[I
         7: .line 20
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP160R1Field this
         0: .line 8
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP160R1Field this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP160R1Field;

  public static void add(int[], int[], int[]);
    descriptor: ([I[I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // int[] x
        start local 1 // int[] y
        start local 2 // int[] z
         0: .line 24
            aload 0 /* x */
            aload 1 /* y */
            aload 2 /* z */
            invokestatic org.bouncycastle.math.raw.Nat160.add:([I[I[I)I
            istore 3 /* c */
        start local 3 // int c
         1: .line 25
            iload 3 /* c */
            ifne 2
            aload 2 /* z */
            iconst_4
            iaload
            iconst_m1
            if_icmpne 3
            aload 2 /* z */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.P:[I
            invokestatic org.bouncycastle.math.raw.Nat160.gte:([I[I)Z
            ifeq 3
         2: .line 27
      StackMap locals: int
      StackMap stack:
            iconst_5
            ldc -2147483647
            aload 2 /* z */
            invokestatic org.bouncycastle.math.raw.Nat.addWordTo:(II[I)I
            pop
         3: .line 29
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int c
        end local 2 // int[] z
        end local 1 // int[] y
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  [I
            0    4     1     y  [I
            0    4     2     z  [I
            1    4     3     c  I
    MethodParameters:
      Name  Flags
      x     
      y     
      z     

  public static void addExt(int[], int[], int[]);
    descriptor: ([I[I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // int[] xx
        start local 1 // int[] yy
        start local 2 // int[] zz
         0: .line 33
            bipush 10
            aload 0 /* xx */
            aload 1 /* yy */
            aload 2 /* zz */
            invokestatic org.bouncycastle.math.raw.Nat.add:(I[I[I[I)I
            istore 3 /* c */
        start local 3 // int c
         1: .line 34
            iload 3 /* c */
            ifne 2
            aload 2 /* zz */
            bipush 9
            iaload
            iconst_m1
            if_icmpne 4
            bipush 10
            aload 2 /* zz */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExt:[I
            invokestatic org.bouncycastle.math.raw.Nat.gte:(I[I[I)Z
            ifeq 4
         2: .line 36
      StackMap locals: int
      StackMap stack:
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExtInv:[I
            arraylength
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExtInv:[I
            aload 2 /* zz */
            invokestatic org.bouncycastle.math.raw.Nat.addTo:(I[I[I)I
            ifeq 4
         3: .line 38
            bipush 10
            aload 2 /* zz */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExtInv:[I
            arraylength
            invokestatic org.bouncycastle.math.raw.Nat.incAt:(I[II)I
            pop
         4: .line 41
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int c
        end local 2 // int[] zz
        end local 1 // int[] yy
        end local 0 // int[] xx
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    xx  [I
            0    5     1    yy  [I
            0    5     2    zz  [I
            1    5     3     c  I
    MethodParameters:
      Name  Flags
      xx    
      yy    
      zz    

  public static void addOne(int[], int[]);
    descriptor: ([I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // int[] x
        start local 1 // int[] z
         0: .line 45
            iconst_5
            aload 0 /* x */
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Nat.inc:(I[I[I)I
            istore 2 /* c */
        start local 2 // int c
         1: .line 46
            iload 2 /* c */
            ifne 2
            aload 1 /* z */
            iconst_4
            iaload
            iconst_m1
            if_icmpne 3
            aload 1 /* z */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.P:[I
            invokestatic org.bouncycastle.math.raw.Nat160.gte:([I[I)Z
            ifeq 3
         2: .line 48
      StackMap locals: int
      StackMap stack:
            iconst_5
            ldc -2147483647
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Nat.addWordTo:(II[I)I
            pop
         3: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int c
        end local 1 // int[] z
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  [I
            0    4     1     z  [I
            1    4     2     c  I
    MethodParameters:
      Name  Flags
      x     
      z     

  public static int[] fromBigInteger(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)[I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.math.BigInteger x
         0: .line 54
            aload 0 /* x */
            invokestatic org.bouncycastle.math.raw.Nat160.fromBigInteger:(Ljava/math/BigInteger;)[I
            astore 1 /* z */
        start local 1 // int[] z
         1: .line 55
            aload 1 /* z */
            iconst_4
            iaload
            iconst_m1
            if_icmpne 3
            aload 1 /* z */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.P:[I
            invokestatic org.bouncycastle.math.raw.Nat160.gte:([I[I)Z
            ifeq 3
         2: .line 57
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.P:[I
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Nat160.subFrom:([I[I)I
            pop
         3: .line 59
      StackMap locals: int[]
      StackMap stack:
            aload 1 /* z */
            areturn
        end local 1 // int[] z
        end local 0 // java.math.BigInteger x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  Ljava/math/BigInteger;
            1    4     1     z  [I
    MethodParameters:
      Name  Flags
      x     

  public static void half(int[], int[]);
    descriptor: ([I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // int[] x
        start local 1 // int[] z
         0: .line 64
            aload 0 /* x */
            iconst_0
            iaload
            iconst_1
            iand
            ifne 3
         1: .line 66
            iconst_5
            aload 0 /* x */
            iconst_0
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Nat.shiftDownBit:(I[II[I)I
            pop
         2: .line 67
            goto 5
         3: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* x */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.P:[I
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Nat160.add:([I[I[I)I
            istore 2 /* c */
        start local 2 // int c
         4: .line 71
            iconst_5
            aload 1 /* z */
            iload 2 /* c */
            invokestatic org.bouncycastle.math.raw.Nat.shiftDownBit:(I[II)I
            pop
        end local 2 // int c
         5: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int[] z
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     x  [I
            0    6     1     z  [I
            4    5     2     c  I
    MethodParameters:
      Name  Flags
      x     
      z     

  public static void multiply(int[], int[], int[]);
    descriptor: ([I[I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // int[] x
        start local 1 // int[] y
        start local 2 // int[] z
         0: .line 77
            invokestatic org.bouncycastle.math.raw.Nat160.createExt:()[I
            astore 3 /* tt */
        start local 3 // int[] tt
         1: .line 78
            aload 0 /* x */
            aload 1 /* y */
            aload 3 /* tt */
            invokestatic org.bouncycastle.math.raw.Nat160.mul:([I[I[I)V
         2: .line 79
            aload 3 /* tt */
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.reduce:([I[I)V
         3: .line 80
            return
        end local 3 // int[] tt
        end local 2 // int[] z
        end local 1 // int[] y
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  [I
            0    4     1     y  [I
            0    4     2     z  [I
            1    4     3    tt  [I
    MethodParameters:
      Name  Flags
      x     
      y     
      z     

  public static void multiplyAddToExt(int[], int[], int[]);
    descriptor: ([I[I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // int[] x
        start local 1 // int[] y
        start local 2 // int[] zz
         0: .line 84
            aload 0 /* x */
            aload 1 /* y */
            aload 2 /* zz */
            invokestatic org.bouncycastle.math.raw.Nat160.mulAddTo:([I[I[I)I
            istore 3 /* c */
        start local 3 // int c
         1: .line 85
            iload 3 /* c */
            ifne 2
            aload 2 /* zz */
            bipush 9
            iaload
            iconst_m1
            if_icmpne 4
            bipush 10
            aload 2 /* zz */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExt:[I
            invokestatic org.bouncycastle.math.raw.Nat.gte:(I[I[I)Z
            ifeq 4
         2: .line 87
      StackMap locals: int
      StackMap stack:
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExtInv:[I
            arraylength
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExtInv:[I
            aload 2 /* zz */
            invokestatic org.bouncycastle.math.raw.Nat.addTo:(I[I[I)I
            ifeq 4
         3: .line 89
            bipush 10
            aload 2 /* zz */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExtInv:[I
            arraylength
            invokestatic org.bouncycastle.math.raw.Nat.incAt:(I[II)I
            pop
         4: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int c
        end local 2 // int[] zz
        end local 1 // int[] y
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     x  [I
            0    5     1     y  [I
            0    5     2    zz  [I
            1    5     3     c  I
    MethodParameters:
      Name  Flags
      x     
      y     
      zz    

  public static void negate(int[], int[]);
    descriptor: ([I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int[] x
        start local 1 // int[] z
         0: .line 96
            aload 0 /* x */
            invokestatic org.bouncycastle.math.raw.Nat160.isZero:([I)Z
            ifeq 3
         1: .line 98
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Nat160.zero:([I)V
         2: .line 99
            goto 4
         3: .line 102
      StackMap locals:
      StackMap stack:
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.P:[I
            aload 0 /* x */
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Nat160.sub:([I[I[I)I
            pop
         4: .line 104
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int[] z
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     x  [I
            0    5     1     z  [I
    MethodParameters:
      Name  Flags
      x     
      z     

  public static void reduce(int[], int[]);
    descriptor: ([I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=14, args_size=2
        start local 0 // int[] xx
        start local 1 // int[] z
         0: .line 108
            aload 0 /* xx */
            iconst_5
            iaload
            i2l
            ldc 4294967295
            land
            lstore 2 /* x5 */
        start local 2 // long x5
         1: aload 0 /* xx */
            bipush 6
            iaload
            i2l
            ldc 4294967295
            land
            lstore 4 /* x6 */
        start local 4 // long x6
         2: aload 0 /* xx */
            bipush 7
            iaload
            i2l
            ldc 4294967295
            land
            lstore 6 /* x7 */
        start local 6 // long x7
         3: aload 0 /* xx */
            bipush 8
            iaload
            i2l
            ldc 4294967295
            land
            lstore 8 /* x8 */
        start local 8 // long x8
         4: aload 0 /* xx */
            bipush 9
            iaload
            i2l
            ldc 4294967295
            land
            lstore 10 /* x9 */
        start local 10 // long x9
         5: .line 110
            lconst_0
            lstore 12 /* c */
        start local 12 // long c
         6: .line 111
            lload 12 /* c */
            aload 0 /* xx */
            iconst_0
            iaload
            i2l
            ldc 4294967295
            land
            lload 2 /* x5 */
            ladd
            lload 2 /* x5 */
            bipush 31
            lshl
            ladd
            ladd
            lstore 12 /* c */
         7: .line 112
            aload 1 /* z */
            iconst_0
            lload 12 /* c */
            l2i
            iastore
            lload 12 /* c */
            bipush 32
            lushr
            lstore 12 /* c */
         8: .line 113
            lload 12 /* c */
            aload 0 /* xx */
            iconst_1
            iaload
            i2l
            ldc 4294967295
            land
            lload 4 /* x6 */
            ladd
            lload 4 /* x6 */
            bipush 31
            lshl
            ladd
            ladd
            lstore 12 /* c */
         9: .line 114
            aload 1 /* z */
            iconst_1
            lload 12 /* c */
            l2i
            iastore
            lload 12 /* c */
            bipush 32
            lushr
            lstore 12 /* c */
        10: .line 115
            lload 12 /* c */
            aload 0 /* xx */
            iconst_2
            iaload
            i2l
            ldc 4294967295
            land
            lload 6 /* x7 */
            ladd
            lload 6 /* x7 */
            bipush 31
            lshl
            ladd
            ladd
            lstore 12 /* c */
        11: .line 116
            aload 1 /* z */
            iconst_2
            lload 12 /* c */
            l2i
            iastore
            lload 12 /* c */
            bipush 32
            lushr
            lstore 12 /* c */
        12: .line 117
            lload 12 /* c */
            aload 0 /* xx */
            iconst_3
            iaload
            i2l
            ldc 4294967295
            land
            lload 8 /* x8 */
            ladd
            lload 8 /* x8 */
            bipush 31
            lshl
            ladd
            ladd
            lstore 12 /* c */
        13: .line 118
            aload 1 /* z */
            iconst_3
            lload 12 /* c */
            l2i
            iastore
            lload 12 /* c */
            bipush 32
            lushr
            lstore 12 /* c */
        14: .line 119
            lload 12 /* c */
            aload 0 /* xx */
            iconst_4
            iaload
            i2l
            ldc 4294967295
            land
            lload 10 /* x9 */
            ladd
            lload 10 /* x9 */
            bipush 31
            lshl
            ladd
            ladd
            lstore 12 /* c */
        15: .line 120
            aload 1 /* z */
            iconst_4
            lload 12 /* c */
            l2i
            iastore
            lload 12 /* c */
            bipush 32
            lushr
            lstore 12 /* c */
        16: .line 124
            lload 12 /* c */
            l2i
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.reduce32:(I[I)V
        17: .line 125
            return
        end local 12 // long c
        end local 10 // long x9
        end local 8 // long x8
        end local 6 // long x7
        end local 4 // long x6
        end local 2 // long x5
        end local 1 // int[] z
        end local 0 // int[] xx
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0    xx  [I
            0   18     1     z  [I
            1   18     2    x5  J
            2   18     4    x6  J
            3   18     6    x7  J
            4   18     8    x8  J
            5   18    10    x9  J
            6   18    12     c  J
    MethodParameters:
      Name  Flags
      xx    
      z     

  public static void reduce32(int, int[]);
    descriptor: (I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int x
        start local 1 // int[] z
         0: .line 129
            iload 0 /* x */
            ifeq 1
            ldc -2147483647
            iload 0 /* x */
            aload 1 /* z */
            iconst_0
            invokestatic org.bouncycastle.math.raw.Nat160.mulWordsAdd:(II[II)I
            ifne 2
         1: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* z */
            iconst_4
            iaload
            iconst_m1
            if_icmpne 3
            aload 1 /* z */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.P:[I
            invokestatic org.bouncycastle.math.raw.Nat160.gte:([I[I)Z
            ifeq 3
         2: .line 132
      StackMap locals:
      StackMap stack:
            iconst_5
            ldc -2147483647
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Nat.addWordTo:(II[I)I
            pop
         3: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int[] z
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  I
            0    4     1     z  [I
    MethodParameters:
      Name  Flags
      x     
      z     

  public static void square(int[], int[]);
    descriptor: ([I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // int[] x
        start local 1 // int[] z
         0: .line 138
            invokestatic org.bouncycastle.math.raw.Nat160.createExt:()[I
            astore 2 /* tt */
        start local 2 // int[] tt
         1: .line 139
            aload 0 /* x */
            aload 2 /* tt */
            invokestatic org.bouncycastle.math.raw.Nat160.square:([I[I)V
         2: .line 140
            aload 2 /* tt */
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.reduce:([I[I)V
         3: .line 141
            return
        end local 2 // int[] tt
        end local 1 // int[] z
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  [I
            0    4     1     z  [I
            1    4     2    tt  [I
    MethodParameters:
      Name  Flags
      x     
      z     

  public static void squareN(int[], int, int[]);
    descriptor: ([II[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // int[] x
        start local 1 // int n
        start local 2 // int[] z
         0: .line 147
            invokestatic org.bouncycastle.math.raw.Nat160.createExt:()[I
            astore 3 /* tt */
        start local 3 // int[] tt
         1: .line 148
            aload 0 /* x */
            aload 3 /* tt */
            invokestatic org.bouncycastle.math.raw.Nat160.square:([I[I)V
         2: .line 149
            aload 3 /* tt */
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.reduce:([I[I)V
         3: .line 151
            goto 6
         4: .line 153
      StackMap locals: int[]
      StackMap stack:
            aload 2 /* z */
            aload 3 /* tt */
            invokestatic org.bouncycastle.math.raw.Nat160.square:([I[I)V
         5: .line 154
            aload 3 /* tt */
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.reduce:([I[I)V
         6: .line 151
      StackMap locals:
      StackMap stack:
            iinc 1 /* n */ -1
            iload 1 /* n */
            ifgt 4
         7: .line 156
            return
        end local 3 // int[] tt
        end local 2 // int[] z
        end local 1 // int n
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     x  [I
            0    8     1     n  I
            0    8     2     z  [I
            1    8     3    tt  [I
    MethodParameters:
      Name  Flags
      x     
      n     
      z     

  public static void subtract(int[], int[], int[]);
    descriptor: ([I[I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // int[] x
        start local 1 // int[] y
        start local 2 // int[] z
         0: .line 160
            aload 0 /* x */
            aload 1 /* y */
            aload 2 /* z */
            invokestatic org.bouncycastle.math.raw.Nat160.sub:([I[I[I)I
            istore 3 /* c */
        start local 3 // int c
         1: .line 161
            iload 3 /* c */
            ifeq 3
         2: .line 163
            iconst_5
            ldc -2147483647
            aload 2 /* z */
            invokestatic org.bouncycastle.math.raw.Nat.subWordFrom:(II[I)I
            pop
         3: .line 165
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int c
        end local 2 // int[] z
        end local 1 // int[] y
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  [I
            0    4     1     y  [I
            0    4     2     z  [I
            1    4     3     c  I
    MethodParameters:
      Name  Flags
      x     
      y     
      z     

  public static void subtractExt(int[], int[], int[]);
    descriptor: ([I[I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // int[] xx
        start local 1 // int[] yy
        start local 2 // int[] zz
         0: .line 169
            bipush 10
            aload 0 /* xx */
            aload 1 /* yy */
            aload 2 /* zz */
            invokestatic org.bouncycastle.math.raw.Nat.sub:(I[I[I[I)I
            istore 3 /* c */
        start local 3 // int c
         1: .line 170
            iload 3 /* c */
            ifeq 4
         2: .line 172
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExtInv:[I
            arraylength
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExtInv:[I
            aload 2 /* zz */
            invokestatic org.bouncycastle.math.raw.Nat.subFrom:(I[I[I)I
            ifeq 4
         3: .line 174
            bipush 10
            aload 2 /* zz */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.PExtInv:[I
            arraylength
            invokestatic org.bouncycastle.math.raw.Nat.decAt:(I[II)I
            pop
         4: .line 177
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int c
        end local 2 // int[] zz
        end local 1 // int[] yy
        end local 0 // int[] xx
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    xx  [I
            0    5     1    yy  [I
            0    5     2    zz  [I
            1    5     3     c  I
    MethodParameters:
      Name  Flags
      xx    
      yy    
      zz    

  public static void twice(int[], int[]);
    descriptor: ([I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // int[] x
        start local 1 // int[] z
         0: .line 181
            iconst_5
            aload 0 /* x */
            iconst_0
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Nat.shiftUpBit:(I[II[I)I
            istore 2 /* c */
        start local 2 // int c
         1: .line 182
            iload 2 /* c */
            ifne 2
            aload 1 /* z */
            iconst_4
            iaload
            iconst_m1
            if_icmpne 3
            aload 1 /* z */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP160R1Field.P:[I
            invokestatic org.bouncycastle.math.raw.Nat160.gte:([I[I)Z
            ifeq 3
         2: .line 184
      StackMap locals: int
      StackMap stack:
            iconst_5
            ldc -2147483647
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Nat.addWordTo:(II[I)I
            pop
         3: .line 186
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int c
        end local 1 // int[] z
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  [I
            0    4     1     z  [I
            1    4     2     c  I
    MethodParameters:
      Name  Flags
      x     
      z     
}
SourceFile: "SecP160R1Field.java"