public class org.bouncycastle.math.ec.custom.sec.SecP192K1Point extends org.bouncycastle.math.ec.ECPoint$AbstractFp
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.math.ec.custom.sec.SecP192K1Point
  super_class: org.bouncycastle.math.ec.ECPoint$AbstractFp
{
  public void <init>(org.bouncycastle.math.ec.ECCurve, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
        start local 2 // org.bouncycastle.math.ec.ECFieldElement x
        start local 3 // org.bouncycastle.math.ec.ECFieldElement y
         0: .line 25
            aload 0 /* this */
            aload 1 /* curve */
            aload 2 /* x */
            aload 3 /* y */
            iconst_0
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
         1: .line 26
            return
        end local 3 // org.bouncycastle.math.ec.ECFieldElement y
        end local 2 // org.bouncycastle.math.ec.ECFieldElement x
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1Point;
            0    2     1  curve  Lorg/bouncycastle/math/ec/ECCurve;
            0    2     2      x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    2     3      y  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
       Name  Flags
      curve  
      x      
      y      

  public void <init>(org.bouncycastle.math.ec.ECCurve, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, boolean);
    descriptor: (Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
        start local 2 // org.bouncycastle.math.ec.ECFieldElement x
        start local 3 // org.bouncycastle.math.ec.ECFieldElement y
        start local 4 // boolean withCompression
         0: .line 45
            aload 0 /* this */
            aload 1 /* curve */
            aload 2 /* x */
            aload 3 /* y */
            invokespecial org.bouncycastle.math.ec.ECPoint$AbstractFp.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)V
         1: .line 47
            aload 2 /* x */
            ifnonnull 2
            iconst_1
            goto 3
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecP192K1Point org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 3 /* y */
            ifnonnull 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: int
         4: iconst_0
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecP192K1Point org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int
      StackMap stack: int int
         5: if_icmpeq 7
         6: .line 49
            new java.lang.IllegalArgumentException
            dup
            ldc "Exactly one of the field elements is null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* withCompression */
            putfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.withCompression:Z
         8: .line 53
            return
        end local 4 // boolean withCompression
        end local 3 // org.bouncycastle.math.ec.ECFieldElement y
        end local 2 // org.bouncycastle.math.ec.ECFieldElement x
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1Point;
            0    9     1            curve  Lorg/bouncycastle/math/ec/ECCurve;
            0    9     2                x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    9     3                y  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    9     4  withCompression  Z
    MethodParameters:
                 Name  Flags
      curve            
      x                
      y                
      withCompression  

  void <init>(org.bouncycastle.math.ec.ECCurve, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement[], boolean);
    descriptor: (Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
        start local 2 // org.bouncycastle.math.ec.ECFieldElement x
        start local 3 // org.bouncycastle.math.ec.ECFieldElement y
        start local 4 // org.bouncycastle.math.ec.ECFieldElement[] zs
        start local 5 // boolean withCompression
         0: .line 58
            aload 0 /* this */
            aload 1 /* curve */
            aload 2 /* x */
            aload 3 /* y */
            aload 4 /* zs */
            invokespecial org.bouncycastle.math.ec.ECPoint$AbstractFp.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;)V
         1: .line 60
            aload 0 /* this */
            iload 5 /* withCompression */
            putfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.withCompression:Z
         2: .line 61
            return
        end local 5 // boolean withCompression
        end local 4 // org.bouncycastle.math.ec.ECFieldElement[] zs
        end local 3 // org.bouncycastle.math.ec.ECFieldElement y
        end local 2 // org.bouncycastle.math.ec.ECFieldElement x
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1Point;
            0    3     1            curve  Lorg/bouncycastle/math/ec/ECCurve;
            0    3     2                x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    3     3                y  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    3     4               zs  [Lorg/bouncycastle/math/ec/ECFieldElement;
            0    3     5  withCompression  Z
    MethodParameters:
                 Name  Flags
      curve            
      x                
      y                
      zs               
      withCompression  

  protected org.bouncycastle.math.ec.ECPoint detach();
    descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
         0: .line 65
            new org.bouncycastle.math.ec.custom.sec.SecP192K1Point
            dup
            aconst_null
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.getAffineXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.getAffineYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)V
            areturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1Point;

  public org.bouncycastle.math.ec.ECPoint add(org.bouncycastle.math.ec.ECPoint);
    descriptor: (Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=29, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
        start local 1 // org.bouncycastle.math.ec.ECPoint b
         0: .line 71
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.isInfinity:()Z
            ifeq 2
         1: .line 73
            aload 1 /* b */
            areturn
         2: .line 75
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.isInfinity:()Z
            ifeq 4
         3: .line 77
            aload 0 /* this */
            areturn
         4: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            if_acmpne 6
         5: .line 81
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
         6: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 2 /* curve */
        start local 2 // org.bouncycastle.math.ec.ECCurve curve
         7: .line 86
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            astore 3 /* X1 */
        start local 3 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement X1
         8: aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            astore 4 /* Y1 */
        start local 4 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Y1
         9: .line 87
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            astore 5 /* X2 */
        start local 5 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement X2
        10: aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            astore 6 /* Y2 */
        start local 6 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Y2
        11: .line 89
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            astore 7 /* Z1 */
        start local 7 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Z1
        12: .line 90
            aload 1 /* b */
            iconst_0
            invokevirtual org.bouncycastle.math.ec.ECPoint.getZCoord:(I)Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            astore 8 /* Z2 */
        start local 8 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Z2
        13: .line 93
            invokestatic org.bouncycastle.math.raw.Nat192.createExt:()[I
            astore 10 /* tt1 */
        start local 10 // int[] tt1
        14: .line 94
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 11 /* t2 */
        start local 11 // int[] t2
        15: .line 95
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 12 /* t3 */
        start local 12 // int[] t3
        16: .line 96
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 13 /* t4 */
        start local 13 // int[] t4
        17: .line 98
            aload 7 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.isOne:()Z
            istore 14 /* Z1IsOne */
        start local 14 // boolean Z1IsOne
        18: .line 100
            iload 14 /* Z1IsOne */
            ifeq 22
        19: .line 102
            aload 5 /* X2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            astore 15 /* U2 */
        start local 15 // int[] U2
        20: .line 103
            aload 6 /* Y2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            astore 16 /* S2 */
        start local 16 // int[] S2
        21: .line 104
            goto 28
        end local 16 // int[] S2
        end local 15 // int[] U2
        22: .line 107
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecP192K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement top int[] int[] int[] int[] int
      StackMap stack:
            aload 12 /* t3 */
            astore 16 /* S2 */
        start local 16 // int[] S2
        23: .line 108
            aload 7 /* Z1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 16 /* S2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
        24: .line 110
            aload 11 /* t2 */
            astore 15 /* U2 */
        start local 15 // int[] U2
        25: .line 111
            aload 16 /* S2 */
            aload 5 /* X2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 15 /* U2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        26: .line 113
            aload 16 /* S2 */
            aload 7 /* Z1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 16 /* S2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        27: .line 114
            aload 16 /* S2 */
            aload 6 /* Y2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 16 /* S2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        28: .line 117
      StackMap locals: int[] int[]
      StackMap stack:
            aload 8 /* Z2 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.isOne:()Z
            istore 17 /* Z2IsOne */
        start local 17 // boolean Z2IsOne
        29: .line 119
            iload 17 /* Z2IsOne */
            ifeq 33
        30: .line 121
            aload 3 /* X1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            astore 18 /* U1 */
        start local 18 // int[] U1
        31: .line 122
            aload 4 /* Y1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            astore 19 /* S1 */
        start local 19 // int[] S1
        32: .line 123
            goto 39
        end local 19 // int[] S1
        end local 18 // int[] U1
        33: .line 126
      StackMap locals: int
      StackMap stack:
            aload 13 /* t4 */
            astore 19 /* S1 */
        start local 19 // int[] S1
        34: .line 127
            aload 8 /* Z2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 19 /* S1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
        35: .line 129
            aload 10 /* tt1 */
            astore 18 /* U1 */
        start local 18 // int[] U1
        36: .line 130
            aload 19 /* S1 */
            aload 3 /* X1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 18 /* U1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        37: .line 132
            aload 19 /* S1 */
            aload 8 /* Z2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 19 /* S1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        38: .line 133
            aload 19 /* S1 */
            aload 4 /* Y1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 19 /* S1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        39: .line 136
      StackMap locals: int[] int[]
      StackMap stack:
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 20 /* H */
        start local 20 // int[] H
        40: .line 137
            aload 18 /* U1 */
            aload 15 /* U2 */
            aload 20 /* H */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.subtract:([I[I[I)V
        41: .line 139
            aload 11 /* t2 */
            astore 21 /* R */
        start local 21 // int[] R
        42: .line 140
            aload 19 /* S1 */
            aload 16 /* S2 */
            aload 21 /* R */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.subtract:([I[I[I)V
        43: .line 143
            aload 20 /* H */
            invokestatic org.bouncycastle.math.raw.Nat192.isZero:([I)Z
            ifeq 47
        44: .line 145
            aload 21 /* R */
            invokestatic org.bouncycastle.math.raw.Nat192.isZero:([I)Z
            ifeq 46
        45: .line 148
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        46: .line 152
      StackMap locals: int[] int[]
      StackMap stack:
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        47: .line 155
      StackMap locals:
      StackMap stack:
            aload 12 /* t3 */
            astore 22 /* HSquared */
        start local 22 // int[] HSquared
        48: .line 156
            aload 20 /* H */
            aload 22 /* HSquared */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
        49: .line 158
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 23 /* G */
        start local 23 // int[] G
        50: .line 159
            aload 22 /* HSquared */
            aload 20 /* H */
            aload 23 /* G */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        51: .line 161
            aload 12 /* t3 */
            astore 24 /* V */
        start local 24 // int[] V
        52: .line 162
            aload 22 /* HSquared */
            aload 18 /* U1 */
            aload 24 /* V */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        53: .line 164
            aload 23 /* G */
            aload 23 /* G */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.negate:([I[I)V
        54: .line 165
            aload 19 /* S1 */
            aload 23 /* G */
            aload 10 /* tt1 */
            invokestatic org.bouncycastle.math.raw.Nat192.mul:([I[I[I)V
        55: .line 167
            aload 24 /* V */
            aload 24 /* V */
            aload 23 /* G */
            invokestatic org.bouncycastle.math.raw.Nat192.addBothTo:([I[I[I)I
            istore 9 /* c */
        start local 9 // int c
        56: .line 168
            iload 9 /* c */
            aload 23 /* G */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.reduce32:(I[I)V
        57: .line 170
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 13 /* t4 */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            astore 25 /* X3 */
        start local 25 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement X3
        58: .line 171
            aload 21 /* R */
            aload 25 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
        59: .line 172
            aload 25 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 23 /* G */
            aload 25 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.subtract:([I[I[I)V
        60: .line 174
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 23 /* G */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            astore 26 /* Y3 */
        start local 26 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Y3
        61: .line 175
            aload 24 /* V */
            aload 25 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 26 /* Y3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.subtract:([I[I[I)V
        62: .line 176
            aload 26 /* Y3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 21 /* R */
            aload 10 /* tt1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiplyAddToExt:([I[I[I)V
        63: .line 177
            aload 10 /* tt1 */
            aload 26 /* Y3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.reduce:([I[I)V
        64: .line 179
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 20 /* H */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            astore 27 /* Z3 */
        start local 27 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Z3
        65: .line 180
            iload 14 /* Z1IsOne */
            ifne 67
        66: .line 182
            aload 27 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 7 /* Z1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 27 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        67: .line 184
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecP192K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement int int[] int[] int[] int[] int int[] int[] int int[] int[] int[] int[] int[] int[] int[] org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
      StackMap stack:
            iload 17 /* Z2IsOne */
            ifne 69
        68: .line 186
            aload 27 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 8 /* Z2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 27 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        69: .line 189
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray org.bouncycastle.math.ec.ECFieldElement
            dup
            iconst_0
            aload 27 /* Z3 */
            aastore
            astore 28 /* zs */
        start local 28 // org.bouncycastle.math.ec.ECFieldElement[] zs
        70: .line 191
            new org.bouncycastle.math.ec.custom.sec.SecP192K1Point
            dup
            aload 2 /* curve */
            aload 25 /* X3 */
            aload 26 /* Y3 */
            aload 28 /* zs */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        end local 28 // org.bouncycastle.math.ec.ECFieldElement[] zs
        end local 27 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Z3
        end local 26 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Y3
        end local 25 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement X3
        end local 24 // int[] V
        end local 23 // int[] G
        end local 22 // int[] HSquared
        end local 21 // int[] R
        end local 20 // int[] H
        end local 19 // int[] S1
        end local 18 // int[] U1
        end local 17 // boolean Z2IsOne
        end local 16 // int[] S2
        end local 15 // int[] U2
        end local 14 // boolean Z1IsOne
        end local 13 // int[] t4
        end local 12 // int[] t3
        end local 11 // int[] t2
        end local 10 // int[] tt1
        end local 9 // int c
        end local 8 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Z2
        end local 7 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Z1
        end local 6 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Y2
        end local 5 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement X2
        end local 4 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Y1
        end local 3 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement X1
        end local 2 // org.bouncycastle.math.ec.ECCurve curve
        end local 1 // org.bouncycastle.math.ec.ECPoint b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   71     0      this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1Point;
            0   71     1         b  Lorg/bouncycastle/math/ec/ECPoint;
            7   71     2     curve  Lorg/bouncycastle/math/ec/ECCurve;
            8   71     3        X1  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            9   71     4        Y1  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           10   71     5        X2  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           11   71     6        Y2  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           12   71     7        Z1  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           13   71     8        Z2  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           56   71     9         c  I
           14   71    10       tt1  [I
           15   71    11        t2  [I
           16   71    12        t3  [I
           17   71    13        t4  [I
           18   71    14   Z1IsOne  Z
           20   22    15        U2  [I
           25   71    15        U2  [I
           21   22    16        S2  [I
           23   71    16        S2  [I
           29   71    17   Z2IsOne  Z
           31   33    18        U1  [I
           36   71    18        U1  [I
           32   33    19        S1  [I
           34   71    19        S1  [I
           40   71    20         H  [I
           42   71    21         R  [I
           48   71    22  HSquared  [I
           50   71    23         G  [I
           52   71    24         V  [I
           58   71    25        X3  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           61   71    26        Y3  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           65   71    27        Z3  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           70   71    28        zs  [Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      b     

  public org.bouncycastle.math.ec.ECPoint twice();
    descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=14, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
         0: .line 197
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.isInfinity:()Z
            ifeq 2
         1: .line 199
            aload 0 /* this */
            areturn
         2: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 1 /* curve */
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
         3: .line 204
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            astore 2 /* Y1 */
        start local 2 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Y1
         4: .line 205
            aload 2 /* Y1 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.isZero:()Z
            ifeq 6
         5: .line 207
            aload 1 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
         6: .line 210
      StackMap locals: org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            astore 3 /* X1 */
        start local 3 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement X1
         7: aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            astore 4 /* Z1 */
        start local 4 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Z1
         8: .line 214
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 6 /* Y1Squared */
        start local 6 // int[] Y1Squared
         9: .line 215
            aload 2 /* Y1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 6 /* Y1Squared */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
        10: .line 217
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 7 /* T */
        start local 7 // int[] T
        11: .line 218
            aload 6 /* Y1Squared */
            aload 7 /* T */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
        12: .line 220
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 8 /* M */
        start local 8 // int[] M
        13: .line 221
            aload 3 /* X1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 8 /* M */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
        14: .line 222
            aload 8 /* M */
            aload 8 /* M */
            aload 8 /* M */
            invokestatic org.bouncycastle.math.raw.Nat192.addBothTo:([I[I[I)I
            istore 5 /* c */
        start local 5 // int c
        15: .line 223
            iload 5 /* c */
            aload 8 /* M */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.reduce32:(I[I)V
        16: .line 225
            aload 6 /* Y1Squared */
            astore 9 /* S */
        start local 9 // int[] S
        17: .line 226
            aload 6 /* Y1Squared */
            aload 3 /* X1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 9 /* S */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        18: .line 227
            bipush 6
            aload 9 /* S */
            iconst_2
            iconst_0
            invokestatic org.bouncycastle.math.raw.Nat.shiftUpBits:(I[III)I
            istore 5 /* c */
        19: .line 228
            iload 5 /* c */
            aload 9 /* S */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.reduce32:(I[I)V
        20: .line 230
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 10 /* t1 */
        start local 10 // int[] t1
        21: .line 231
            bipush 6
            aload 7 /* T */
            iconst_3
            iconst_0
            aload 10 /* t1 */
            invokestatic org.bouncycastle.math.raw.Nat.shiftUpBits:(I[III[I)I
            istore 5 /* c */
        22: .line 232
            iload 5 /* c */
            aload 10 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.reduce32:(I[I)V
        23: .line 234
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 7 /* T */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            astore 11 /* X3 */
        start local 11 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement X3
        24: .line 235
            aload 8 /* M */
            aload 11 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
        25: .line 236
            aload 11 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 9 /* S */
            aload 11 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.subtract:([I[I[I)V
        26: .line 237
            aload 11 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 9 /* S */
            aload 11 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.subtract:([I[I[I)V
        27: .line 239
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 9 /* S */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            astore 12 /* Y3 */
        start local 12 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Y3
        28: .line 240
            aload 9 /* S */
            aload 11 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 12 /* Y3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.subtract:([I[I[I)V
        29: .line 241
            aload 12 /* Y3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 8 /* M */
            aload 12 /* Y3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        30: .line 242
            aload 12 /* Y3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 10 /* t1 */
            aload 12 /* Y3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.subtract:([I[I[I)V
        31: .line 244
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 8 /* M */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            astore 13 /* Z3 */
        start local 13 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Z3
        32: .line 245
            aload 2 /* Y1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 13 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.twice:([I[I)V
        33: .line 246
            aload 4 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.isOne:()Z
            ifne 35
        34: .line 248
            aload 13 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 4 /* Z1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 13 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        35: .line 251
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecP192K1Point org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement int int[] int[] int[] int[] int[] org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
      StackMap stack:
            new org.bouncycastle.math.ec.custom.sec.SecP192K1Point
            dup
            aload 1 /* curve */
            aload 11 /* X3 */
            aload 12 /* Y3 */
            iconst_1
            anewarray org.bouncycastle.math.ec.ECFieldElement
            dup
            iconst_0
            aload 13 /* Z3 */
            aastore
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        end local 13 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Z3
        end local 12 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Y3
        end local 11 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement X3
        end local 10 // int[] t1
        end local 9 // int[] S
        end local 8 // int[] M
        end local 7 // int[] T
        end local 6 // int[] Y1Squared
        end local 5 // int c
        end local 4 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Z1
        end local 3 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement X1
        end local 2 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement Y1
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   36     0       this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1Point;
            3   36     1      curve  Lorg/bouncycastle/math/ec/ECCurve;
            4   36     2         Y1  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            7   36     3         X1  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            8   36     4         Z1  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           15   36     5          c  I
            9   36     6  Y1Squared  [I
           11   36     7          T  [I
           13   36     8          M  [I
           17   36     9          S  [I
           21   36    10         t1  [I
           24   36    11         X3  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           28   36    12         Y3  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
           32   36    13         Z3  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;

  public org.bouncycastle.math.ec.ECPoint twicePlus(org.bouncycastle.math.ec.ECPoint);
    descriptor: (Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
        start local 1 // org.bouncycastle.math.ec.ECPoint b
         0: .line 256
            aload 0 /* this */
            aload 1 /* b */
            if_acmpne 2
         1: .line 258
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.threeTimes:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
         2: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.isInfinity:()Z
            ifeq 4
         3: .line 262
            aload 1 /* b */
            areturn
         4: .line 264
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.isInfinity:()Z
            ifeq 6
         5: .line 266
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
         6: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* Y1 */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement Y1
         7: .line 270
            aload 2 /* Y1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 9
         8: .line 272
            aload 1 /* b */
            areturn
         9: .line 275
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.add:(Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        end local 2 // org.bouncycastle.math.ec.ECFieldElement Y1
        end local 1 // org.bouncycastle.math.ec.ECPoint b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1Point;
            0   10     1     b  Lorg/bouncycastle/math/ec/ECPoint;
            7   10     2    Y1  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      b     

  public org.bouncycastle.math.ec.ECPoint threeTimes();
    descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
         0: .line 280
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.isInfinity:()Z
            ifne 1
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 2
         1: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
         2: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.ECPoint.add:(Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1Point;

  public org.bouncycastle.math.ec.ECPoint negate();
    descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
         0: .line 291
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecP192K1Point.isInfinity:()Z
            ifeq 2
         1: .line 293
            aload 0 /* this */
            areturn
         2: .line 296
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.math.ec.custom.sec.SecP192K1Point
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.curve:Lorg/bouncycastle/math/ec/ECCurve;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.negate:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1Point;
}
SourceFile: "SecP192K1Point.java"
InnerClasses:
  public abstract AbstractFp = org.bouncycastle.math.ec.ECPoint$AbstractFp of org.bouncycastle.math.ec.ECPoint