public class org.bouncycastle.math.ec.custom.sec.SecT233K1Point extends org.bouncycastle.math.ec.ECPoint$AbstractF2m
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.math.ec.custom.sec.SecT233K1Point
  super_class: org.bouncycastle.math.ec.ECPoint$AbstractF2m
{
  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.SecT233K1Point 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 16
            aload 0 /* this */
            aload 1 /* curve */
            aload 2 /* x */
            aload 3 /* y */
            iconst_0
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT233K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
         1: .line 17
            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.SecT233K1Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/math/ec/custom/sec/SecT233K1Point;
            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.SecT233K1Point 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 24
            aload 0 /* this */
            aload 1 /* curve */
            aload 2 /* x */
            aload 3 /* y */
            invokespecial org.bouncycastle.math.ec.ECPoint$AbstractF2m.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)V
         1: .line 26
            aload 2 /* x */
            ifnonnull 2
            iconst_1
            goto 3
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT233K1Point 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.SecT233K1Point 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 28
            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 31
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* withCompression */
            putfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.withCompression:Z
         8: .line 32
            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.SecT233K1Point this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/bouncycastle/math/ec/custom/sec/SecT233K1Point;
            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.SecT233K1Point 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 36
            aload 0 /* this */
            aload 1 /* curve */
            aload 2 /* x */
            aload 3 /* y */
            aload 4 /* zs */
            invokespecial org.bouncycastle.math.ec.ECPoint$AbstractF2m.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;[Lorg/bouncycastle/math/ec/ECFieldElement;)V
         1: .line 38
            aload 0 /* this */
            iload 5 /* withCompression */
            putfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.withCompression:Z
         2: .line 39
            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.SecT233K1Point this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/bouncycastle/math/ec/custom/sec/SecT233K1Point;
            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.SecT233K1Point this
         0: .line 43
            new org.bouncycastle.math.ec.custom.sec.SecT233K1Point
            dup
            aconst_null
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.getAffineXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.getAffineYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT233K1Point.<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.SecT233K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT233K1Point;

  public org.bouncycastle.math.ec.ECFieldElement getYCoord();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT233K1Point this
         0: .line 48
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 1 /* X */
        start local 1 // org.bouncycastle.math.ec.ECFieldElement X
         1: aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* L */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement L
         2: .line 50
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.isInfinity:()Z
            ifne 3
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 4
         3: .line 52
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 2 /* L */
            areturn
         4: .line 56
      StackMap locals:
      StackMap stack:
            aload 2 /* L */
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 3 /* Y */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement Y
         5: .line 58
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 4 /* Z */
        start local 4 // org.bouncycastle.math.ec.ECFieldElement Z
         6: .line 59
            aload 4 /* Z */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isOne:()Z
            ifne 8
         7: .line 61
            aload 3 /* Y */
            aload 4 /* Z */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.divide:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 3 /* Y */
         8: .line 64
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 3 /* Y */
            areturn
        end local 4 // org.bouncycastle.math.ec.ECFieldElement Z
        end local 3 // org.bouncycastle.math.ec.ECFieldElement Y
        end local 2 // org.bouncycastle.math.ec.ECFieldElement L
        end local 1 // org.bouncycastle.math.ec.ECFieldElement X
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT233K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT233K1Point;
            1    9     1     X  Lorg/bouncycastle/math/ec/ECFieldElement;
            2    9     2     L  Lorg/bouncycastle/math/ec/ECFieldElement;
            5    9     3     Y  Lorg/bouncycastle/math/ec/ECFieldElement;
            6    9     4     Z  Lorg/bouncycastle/math/ec/ECFieldElement;

  protected boolean getCompressionYTilde();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT233K1Point this
         0: .line 69
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.getRawXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 1 /* X */
        start local 1 // org.bouncycastle.math.ec.ECFieldElement X
         1: .line 70
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 3
         2: .line 72
            iconst_0
            ireturn
         3: .line 75
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.getRawYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* Y */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement Y
         4: .line 78
            aload 2 /* Y */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.testBitZero:()Z
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.testBitZero:()Z
            ixor
            ireturn
        end local 2 // org.bouncycastle.math.ec.ECFieldElement Y
        end local 1 // org.bouncycastle.math.ec.ECFieldElement X
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT233K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT233K1Point;
            1    5     1     X  Lorg/bouncycastle/math/ec/ECFieldElement;
            4    5     2     Y  Lorg/bouncycastle/math/ec/ECFieldElement;

  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=9, locals=25, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT233K1Point this
        start local 1 // org.bouncycastle.math.ec.ECPoint b
         0: .line 83
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.isInfinity:()Z
            ifeq 2
         1: .line 85
            aload 1 /* b */
            areturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.isInfinity:()Z
            ifeq 4
         3: .line 89
            aload 0 /* this */
            areturn
         4: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 2 /* curve */
        start local 2 // org.bouncycastle.math.ec.ECCurve curve
         5: .line 94
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 3 /* X1 */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement X1
         6: .line 95
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getRawXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 4 /* X2 */
        start local 4 // org.bouncycastle.math.ec.ECFieldElement X2
         7: .line 97
            aload 3 /* X1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 11
         8: .line 99
            aload 4 /* X2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 10
         9: .line 101
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        10: .line 104
      StackMap locals: org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 1 /* b */
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.ECPoint.add:(Lorg/bouncycastle/math/ec/ECPoint;)Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        11: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 5 /* L1 */
        start local 5 // org.bouncycastle.math.ec.ECFieldElement L1
        12: aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 6 /* Z1 */
        start local 6 // org.bouncycastle.math.ec.ECFieldElement Z1
        13: .line 108
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getRawYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 7 /* L2 */
        start local 7 // org.bouncycastle.math.ec.ECFieldElement L2
        14: aload 1 /* b */
            iconst_0
            invokevirtual org.bouncycastle.math.ec.ECPoint.getZCoord:(I)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 8 /* Z2 */
        start local 8 // org.bouncycastle.math.ec.ECFieldElement Z2
        15: .line 110
            aload 6 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isOne:()Z
            istore 9 /* Z1IsOne */
        start local 9 // boolean Z1IsOne
        16: .line 111
            aload 4 /* X2 */
            astore 10 /* U2 */
        start local 10 // org.bouncycastle.math.ec.ECFieldElement U2
        17: aload 7 /* L2 */
            astore 11 /* S2 */
        start local 11 // org.bouncycastle.math.ec.ECFieldElement S2
        18: .line 112
            iload 9 /* Z1IsOne */
            ifne 21
        19: .line 114
            aload 10 /* U2 */
            aload 6 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 10 /* U2 */
        20: .line 115
            aload 11 /* S2 */
            aload 6 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 11 /* S2 */
        21: .line 118
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT233K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 8 /* Z2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isOne:()Z
            istore 12 /* Z2IsOne */
        start local 12 // boolean Z2IsOne
        22: .line 119
            aload 3 /* X1 */
            astore 13 /* U1 */
        start local 13 // org.bouncycastle.math.ec.ECFieldElement U1
        23: aload 5 /* L1 */
            astore 14 /* S1 */
        start local 14 // org.bouncycastle.math.ec.ECFieldElement S1
        24: .line 120
            iload 12 /* Z2IsOne */
            ifne 27
        25: .line 122
            aload 13 /* U1 */
            aload 8 /* Z2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 13 /* U1 */
        26: .line 123
            aload 14 /* S1 */
            aload 8 /* Z2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 14 /* S1 */
        27: .line 126
      StackMap locals: int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 14 /* S1 */
            aload 11 /* S2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 15 /* A */
        start local 15 // org.bouncycastle.math.ec.ECFieldElement A
        28: .line 127
            aload 13 /* U1 */
            aload 10 /* U2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 16 /* B */
        start local 16 // org.bouncycastle.math.ec.ECFieldElement B
        29: .line 129
            aload 16 /* B */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 33
        30: .line 131
            aload 15 /* A */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 32
        31: .line 133
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        32: .line 136
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        33: .line 140
      StackMap locals:
      StackMap stack:
            aload 4 /* X2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 46
        34: .line 143
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.normalize:()Lorg/bouncycastle/math/ec/ECPoint;
            astore 20 /* p */
        start local 20 // org.bouncycastle.math.ec.ECPoint p
        35: .line 144
            aload 20 /* p */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 3 /* X1 */
        36: .line 145
            aload 20 /* p */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 21 /* Y1 */
        start local 21 // org.bouncycastle.math.ec.ECFieldElement Y1
        37: .line 147
            aload 7 /* L2 */
            astore 22 /* Y2 */
        start local 22 // org.bouncycastle.math.ec.ECFieldElement Y2
        38: .line 148
            aload 21 /* Y1 */
            aload 22 /* Y2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 3 /* X1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.divide:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 23 /* L */
        start local 23 // org.bouncycastle.math.ec.ECFieldElement L
        39: .line 150
            aload 23 /* L */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 23 /* L */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 3 /* X1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 17 /* X3 */
        start local 17 // org.bouncycastle.math.ec.ECFieldElement X3
        40: .line 151
            aload 17 /* X3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 42
        41: .line 153
            new org.bouncycastle.math.ec.custom.sec.SecT233K1Point
            dup
            aload 2 /* curve */
            aload 17 /* X3 */
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getB:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT233K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        42: .line 156
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT233K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement top top org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 23 /* L */
            aload 3 /* X1 */
            aload 17 /* X3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 17 /* X3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 21 /* Y1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 24 /* Y3 */
        start local 24 // org.bouncycastle.math.ec.ECFieldElement Y3
        43: .line 157
            aload 24 /* Y3 */
            aload 17 /* X3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.divide:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 17 /* X3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 18 /* L3 */
        start local 18 // org.bouncycastle.math.ec.ECFieldElement L3
        44: .line 158
            aload 2 /* curve */
            getstatic org.bouncycastle.math.ec.ECConstants.ONE:Ljava/math/BigInteger;
            invokevirtual org.bouncycastle.math.ec.ECCurve.fromBigInteger:(Ljava/math/BigInteger;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 19 /* Z3 */
        end local 24 // org.bouncycastle.math.ec.ECFieldElement Y3
        end local 23 // org.bouncycastle.math.ec.ECFieldElement L
        end local 22 // org.bouncycastle.math.ec.ECFieldElement Y2
        end local 21 // org.bouncycastle.math.ec.ECFieldElement Y1
        end local 20 // org.bouncycastle.math.ec.ECPoint p
        start local 19 // org.bouncycastle.math.ec.ECFieldElement Z3
        45: .line 159
            goto 59
        end local 19 // org.bouncycastle.math.ec.ECFieldElement Z3
        end local 18 // org.bouncycastle.math.ec.ECFieldElement L3
        end local 17 // org.bouncycastle.math.ec.ECFieldElement X3
        46: .line 162
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT233K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 16 /* B */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 16 /* B */
        47: .line 164
            aload 15 /* A */
            aload 13 /* U1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 20 /* AU1 */
        start local 20 // org.bouncycastle.math.ec.ECFieldElement AU1
        48: .line 165
            aload 15 /* A */
            aload 10 /* U2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 21 /* AU2 */
        start local 21 // org.bouncycastle.math.ec.ECFieldElement AU2
        49: .line 167
            aload 20 /* AU1 */
            aload 21 /* AU2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 17 /* X3 */
        start local 17 // org.bouncycastle.math.ec.ECFieldElement X3
        50: .line 168
            aload 17 /* X3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 52
        51: .line 170
            new org.bouncycastle.math.ec.custom.sec.SecT233K1Point
            dup
            aload 2 /* curve */
            aload 17 /* X3 */
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getB:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT233K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        52: .line 173
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT233K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement top top org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 15 /* A */
            aload 16 /* B */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 22 /* ABZ2 */
        start local 22 // org.bouncycastle.math.ec.ECFieldElement ABZ2
        53: .line 174
            iload 12 /* Z2IsOne */
            ifne 55
        54: .line 176
            aload 22 /* ABZ2 */
            aload 8 /* Z2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 22 /* ABZ2 */
        55: .line 179
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 21 /* AU2 */
            aload 16 /* B */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 22 /* ABZ2 */
            aload 5 /* L1 */
            aload 6 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.squarePlusProduct:(Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 18 /* L3 */
        start local 18 // org.bouncycastle.math.ec.ECFieldElement L3
        56: .line 181
            aload 22 /* ABZ2 */
            astore 19 /* Z3 */
        start local 19 // org.bouncycastle.math.ec.ECFieldElement Z3
        57: .line 182
            iload 9 /* Z1IsOne */
            ifne 59
        58: .line 184
            aload 19 /* Z3 */
            aload 6 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 19 /* Z3 */
        end local 22 // org.bouncycastle.math.ec.ECFieldElement ABZ2
        end local 21 // org.bouncycastle.math.ec.ECFieldElement AU2
        end local 20 // org.bouncycastle.math.ec.ECFieldElement AU1
        59: .line 188
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT233K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            new org.bouncycastle.math.ec.custom.sec.SecT233K1Point
            dup
            aload 2 /* curve */
            aload 17 /* X3 */
            aload 18 /* L3 */
            iconst_1
            anewarray org.bouncycastle.math.ec.ECFieldElement
            dup
            iconst_0
            aload 19 /* Z3 */
            aastore
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT233K1Point.<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 19 // org.bouncycastle.math.ec.ECFieldElement Z3
        end local 18 // org.bouncycastle.math.ec.ECFieldElement L3
        end local 17 // org.bouncycastle.math.ec.ECFieldElement X3
        end local 16 // org.bouncycastle.math.ec.ECFieldElement B
        end local 15 // org.bouncycastle.math.ec.ECFieldElement A
        end local 14 // org.bouncycastle.math.ec.ECFieldElement S1
        end local 13 // org.bouncycastle.math.ec.ECFieldElement U1
        end local 12 // boolean Z2IsOne
        end local 11 // org.bouncycastle.math.ec.ECFieldElement S2
        end local 10 // org.bouncycastle.math.ec.ECFieldElement U2
        end local 9 // boolean Z1IsOne
        end local 8 // org.bouncycastle.math.ec.ECFieldElement Z2
        end local 7 // org.bouncycastle.math.ec.ECFieldElement L2
        end local 6 // org.bouncycastle.math.ec.ECFieldElement Z1
        end local 5 // org.bouncycastle.math.ec.ECFieldElement L1
        end local 4 // org.bouncycastle.math.ec.ECFieldElement X2
        end local 3 // org.bouncycastle.math.ec.ECFieldElement 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.SecT233K1Point this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   60     0     this  Lorg/bouncycastle/math/ec/custom/sec/SecT233K1Point;
            0   60     1        b  Lorg/bouncycastle/math/ec/ECPoint;
            5   60     2    curve  Lorg/bouncycastle/math/ec/ECCurve;
            6   60     3       X1  Lorg/bouncycastle/math/ec/ECFieldElement;
            7   60     4       X2  Lorg/bouncycastle/math/ec/ECFieldElement;
           12   60     5       L1  Lorg/bouncycastle/math/ec/ECFieldElement;
           13   60     6       Z1  Lorg/bouncycastle/math/ec/ECFieldElement;
           14   60     7       L2  Lorg/bouncycastle/math/ec/ECFieldElement;
           15   60     8       Z2  Lorg/bouncycastle/math/ec/ECFieldElement;
           16   60     9  Z1IsOne  Z
           17   60    10       U2  Lorg/bouncycastle/math/ec/ECFieldElement;
           18   60    11       S2  Lorg/bouncycastle/math/ec/ECFieldElement;
           22   60    12  Z2IsOne  Z
           23   60    13       U1  Lorg/bouncycastle/math/ec/ECFieldElement;
           24   60    14       S1  Lorg/bouncycastle/math/ec/ECFieldElement;
           28   60    15        A  Lorg/bouncycastle/math/ec/ECFieldElement;
           29   60    16        B  Lorg/bouncycastle/math/ec/ECFieldElement;
           40   46    17       X3  Lorg/bouncycastle/math/ec/ECFieldElement;
           50   60    17       X3  Lorg/bouncycastle/math/ec/ECFieldElement;
           44   46    18       L3  Lorg/bouncycastle/math/ec/ECFieldElement;
           56   60    18       L3  Lorg/bouncycastle/math/ec/ECFieldElement;
           45   46    19       Z3  Lorg/bouncycastle/math/ec/ECFieldElement;
           57   60    19       Z3  Lorg/bouncycastle/math/ec/ECFieldElement;
           35   45    20        p  Lorg/bouncycastle/math/ec/ECPoint;
           37   45    21       Y1  Lorg/bouncycastle/math/ec/ECFieldElement;
           38   45    22       Y2  Lorg/bouncycastle/math/ec/ECFieldElement;
           39   45    23        L  Lorg/bouncycastle/math/ec/ECFieldElement;
           43   45    24       Y3  Lorg/bouncycastle/math/ec/ECFieldElement;
           48   59    20      AU1  Lorg/bouncycastle/math/ec/ECFieldElement;
           49   59    21      AU2  Lorg/bouncycastle/math/ec/ECFieldElement;
           53   59    22     ABZ2  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=13, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT233K1Point this
         0: .line 193
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.isInfinity:()Z
            ifeq 2
         1: .line 195
            aload 0 /* this */
            areturn
         2: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 1 /* curve */
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
         3: .line 200
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* X1 */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement X1
         4: .line 201
            aload 2 /* X1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 6
         5: .line 204
            aload 1 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
         6: .line 207
      StackMap locals: org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 3 /* L1 */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement L1
         7: aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 4 /* Z1 */
        start local 4 // org.bouncycastle.math.ec.ECFieldElement Z1
         8: .line 209
            aload 4 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isOne:()Z
            istore 5 /* Z1IsOne */
        start local 5 // boolean Z1IsOne
         9: .line 210
            iload 5 /* Z1IsOne */
            ifeq 10
            aload 4 /* Z1 */
            goto 11
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int
      StackMap stack:
        10: aload 4 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
      StackMap locals:
      StackMap stack: org.bouncycastle.math.ec.ECFieldElement
        11: astore 6 /* Z1Sq */
        start local 6 // org.bouncycastle.math.ec.ECFieldElement Z1Sq
        12: .line 212
            iload 5 /* Z1IsOne */
            ifeq 15
        13: .line 214
            aload 3 /* L1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 3 /* L1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 7 /* T */
        start local 7 // org.bouncycastle.math.ec.ECFieldElement T
        14: .line 215
            goto 16
        end local 7 // org.bouncycastle.math.ec.ECFieldElement T
        15: .line 218
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 3 /* L1 */
            aload 4 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 3 /* L1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 7 /* T */
        start local 7 // org.bouncycastle.math.ec.ECFieldElement T
        16: .line 221
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 7 /* T */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 18
        17: .line 223
            new org.bouncycastle.math.ec.custom.sec.SecT233K1Point
            dup
            aload 1 /* curve */
            aload 7 /* T */
            aload 1 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getB:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT233K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        18: .line 226
      StackMap locals:
      StackMap stack:
            aload 7 /* T */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 8 /* X3 */
        start local 8 // org.bouncycastle.math.ec.ECFieldElement X3
        19: .line 227
            iload 5 /* Z1IsOne */
            ifeq 20
            aload 7 /* T */
            goto 21
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
        20: aload 7 /* T */
            aload 6 /* Z1Sq */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
      StackMap locals:
      StackMap stack: org.bouncycastle.math.ec.ECFieldElement
        21: astore 9 /* Z3 */
        start local 9 // org.bouncycastle.math.ec.ECFieldElement Z3
        22: .line 229
            aload 3 /* L1 */
            aload 2 /* X1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 10 /* t1 */
        start local 10 // org.bouncycastle.math.ec.ECFieldElement t1
        23: .line 230
            iload 5 /* Z1IsOne */
            ifeq 24
            aload 4 /* Z1 */
            goto 25
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
        24: aload 6 /* Z1Sq */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
      StackMap locals:
      StackMap stack: org.bouncycastle.math.ec.ECFieldElement
        25: astore 11 /* t2 */
        start local 11 // org.bouncycastle.math.ec.ECFieldElement t2
        26: .line 231
            aload 10 /* t1 */
            aload 7 /* T */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 6 /* Z1Sq */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 10 /* t1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 11 /* t2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 8 /* X3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 9 /* Z3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 12 /* L3 */
        start local 12 // org.bouncycastle.math.ec.ECFieldElement L3
        27: .line 233
            new org.bouncycastle.math.ec.custom.sec.SecT233K1Point
            dup
            aload 1 /* curve */
            aload 8 /* X3 */
            aload 12 /* L3 */
            iconst_1
            anewarray org.bouncycastle.math.ec.ECFieldElement
            dup
            iconst_0
            aload 9 /* Z3 */
            aastore
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT233K1Point.<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 12 // org.bouncycastle.math.ec.ECFieldElement L3
        end local 11 // org.bouncycastle.math.ec.ECFieldElement t2
        end local 10 // org.bouncycastle.math.ec.ECFieldElement t1
        end local 9 // org.bouncycastle.math.ec.ECFieldElement Z3
        end local 8 // org.bouncycastle.math.ec.ECFieldElement X3
        end local 7 // org.bouncycastle.math.ec.ECFieldElement T
        end local 6 // org.bouncycastle.math.ec.ECFieldElement Z1Sq
        end local 5 // boolean Z1IsOne
        end local 4 // org.bouncycastle.math.ec.ECFieldElement Z1
        end local 3 // org.bouncycastle.math.ec.ECFieldElement L1
        end local 2 // org.bouncycastle.math.ec.ECFieldElement X1
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT233K1Point this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Lorg/bouncycastle/math/ec/custom/sec/SecT233K1Point;
            3   28     1    curve  Lorg/bouncycastle/math/ec/ECCurve;
            4   28     2       X1  Lorg/bouncycastle/math/ec/ECFieldElement;
            7   28     3       L1  Lorg/bouncycastle/math/ec/ECFieldElement;
            8   28     4       Z1  Lorg/bouncycastle/math/ec/ECFieldElement;
            9   28     5  Z1IsOne  Z
           12   28     6     Z1Sq  Lorg/bouncycastle/math/ec/ECFieldElement;
           14   15     7        T  Lorg/bouncycastle/math/ec/ECFieldElement;
           16   28     7        T  Lorg/bouncycastle/math/ec/ECFieldElement;
           19   28     8       X3  Lorg/bouncycastle/math/ec/ECFieldElement;
           22   28     9       Z3  Lorg/bouncycastle/math/ec/ECFieldElement;
           23   28    10       t1  Lorg/bouncycastle/math/ec/ECFieldElement;
           26   28    11       t2  Lorg/bouncycastle/math/ec/ECFieldElement;
           27   28    12       L3  Lorg/bouncycastle/math/ec/ECFieldElement;

  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=9, locals=21, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT233K1Point this
        start local 1 // org.bouncycastle.math.ec.ECPoint b
         0: .line 238
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.isInfinity:()Z
            ifeq 2
         1: .line 240
            aload 1 /* b */
            areturn
         2: .line 242
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.isInfinity:()Z
            ifeq 4
         3: .line 244
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
         4: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 2 /* curve */
        start local 2 // org.bouncycastle.math.ec.ECCurve curve
         5: .line 249
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 3 /* X1 */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement X1
         6: .line 250
            aload 3 /* X1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 8
         7: .line 253
            aload 1 /* b */
            areturn
         8: .line 257
      StackMap locals: org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getRawXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 4 /* X2 */
        start local 4 // org.bouncycastle.math.ec.ECFieldElement X2
         9: aload 1 /* b */
            iconst_0
            invokevirtual org.bouncycastle.math.ec.ECPoint.getZCoord:(I)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 5 /* Z2 */
        start local 5 // org.bouncycastle.math.ec.ECFieldElement Z2
        10: .line 258
            aload 4 /* X2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifne 11
            aload 5 /* Z2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isOne:()Z
            ifne 12
        11: .line 260
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.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
        12: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 6 /* L1 */
        start local 6 // org.bouncycastle.math.ec.ECFieldElement L1
        13: aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 7 /* Z1 */
        start local 7 // org.bouncycastle.math.ec.ECFieldElement Z1
        14: .line 264
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getRawYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 8 /* L2 */
        start local 8 // org.bouncycastle.math.ec.ECFieldElement L2
        15: .line 266
            aload 3 /* X1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 9 /* X1Sq */
        start local 9 // org.bouncycastle.math.ec.ECFieldElement X1Sq
        16: .line 267
            aload 6 /* L1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 10 /* L1Sq */
        start local 10 // org.bouncycastle.math.ec.ECFieldElement L1Sq
        17: .line 268
            aload 7 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 11 /* Z1Sq */
        start local 11 // org.bouncycastle.math.ec.ECFieldElement Z1Sq
        18: .line 269
            aload 6 /* L1 */
            aload 7 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 12 /* L1Z1 */
        start local 12 // org.bouncycastle.math.ec.ECFieldElement L1Z1
        19: .line 271
            aload 10 /* L1Sq */
            aload 12 /* L1Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 13 /* T */
        start local 13 // org.bouncycastle.math.ec.ECFieldElement T
        20: .line 272
            aload 8 /* L2 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.addOne:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 14 /* L2plus1 */
        start local 14 // org.bouncycastle.math.ec.ECFieldElement L2plus1
        21: .line 273
            aload 14 /* L2plus1 */
            aload 11 /* Z1Sq */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 10 /* L1Sq */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 13 /* T */
            aload 9 /* X1Sq */
            aload 11 /* Z1Sq */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiplyPlusProduct:(Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 15 /* A */
        start local 15 // org.bouncycastle.math.ec.ECFieldElement A
        22: .line 274
            aload 4 /* X2 */
            aload 11 /* Z1Sq */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 16 /* X2Z1Sq */
        start local 16 // org.bouncycastle.math.ec.ECFieldElement X2Z1Sq
        23: .line 275
            aload 16 /* X2Z1Sq */
            aload 13 /* T */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 17 /* B */
        start local 17 // org.bouncycastle.math.ec.ECFieldElement B
        24: .line 277
            aload 17 /* B */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 28
        25: .line 279
            aload 15 /* A */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 27
        26: .line 281
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        27: .line 284
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT233K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        28: .line 287
      StackMap locals:
      StackMap stack:
            aload 15 /* A */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 30
        29: .line 289
            new org.bouncycastle.math.ec.custom.sec.SecT233K1Point
            dup
            aload 2 /* curve */
            aload 15 /* A */
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getB:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT233K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        30: .line 292
      StackMap locals:
      StackMap stack:
            aload 15 /* A */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 16 /* X2Z1Sq */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 18 /* X3 */
        start local 18 // org.bouncycastle.math.ec.ECFieldElement X3
        31: .line 293
            aload 15 /* A */
            aload 17 /* B */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 11 /* Z1Sq */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 19 /* Z3 */
        start local 19 // org.bouncycastle.math.ec.ECFieldElement Z3
        32: .line 294
            aload 15 /* A */
            aload 17 /* B */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 13 /* T */
            aload 14 /* L2plus1 */
            aload 19 /* Z3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.multiplyPlusProduct:(Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 20 /* L3 */
        start local 20 // org.bouncycastle.math.ec.ECFieldElement L3
        33: .line 296
            new org.bouncycastle.math.ec.custom.sec.SecT233K1Point
            dup
            aload 2 /* curve */
            aload 18 /* X3 */
            aload 20 /* L3 */
            iconst_1
            anewarray org.bouncycastle.math.ec.ECFieldElement
            dup
            iconst_0
            aload 19 /* Z3 */
            aastore
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT233K1Point.<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 20 // org.bouncycastle.math.ec.ECFieldElement L3
        end local 19 // org.bouncycastle.math.ec.ECFieldElement Z3
        end local 18 // org.bouncycastle.math.ec.ECFieldElement X3
        end local 17 // org.bouncycastle.math.ec.ECFieldElement B
        end local 16 // org.bouncycastle.math.ec.ECFieldElement X2Z1Sq
        end local 15 // org.bouncycastle.math.ec.ECFieldElement A
        end local 14 // org.bouncycastle.math.ec.ECFieldElement L2plus1
        end local 13 // org.bouncycastle.math.ec.ECFieldElement T
        end local 12 // org.bouncycastle.math.ec.ECFieldElement L1Z1
        end local 11 // org.bouncycastle.math.ec.ECFieldElement Z1Sq
        end local 10 // org.bouncycastle.math.ec.ECFieldElement L1Sq
        end local 9 // org.bouncycastle.math.ec.ECFieldElement X1Sq
        end local 8 // org.bouncycastle.math.ec.ECFieldElement L2
        end local 7 // org.bouncycastle.math.ec.ECFieldElement Z1
        end local 6 // org.bouncycastle.math.ec.ECFieldElement L1
        end local 5 // org.bouncycastle.math.ec.ECFieldElement Z2
        end local 4 // org.bouncycastle.math.ec.ECFieldElement X2
        end local 3 // org.bouncycastle.math.ec.ECFieldElement 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.SecT233K1Point this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   34     0     this  Lorg/bouncycastle/math/ec/custom/sec/SecT233K1Point;
            0   34     1        b  Lorg/bouncycastle/math/ec/ECPoint;
            5   34     2    curve  Lorg/bouncycastle/math/ec/ECCurve;
            6   34     3       X1  Lorg/bouncycastle/math/ec/ECFieldElement;
            9   34     4       X2  Lorg/bouncycastle/math/ec/ECFieldElement;
           10   34     5       Z2  Lorg/bouncycastle/math/ec/ECFieldElement;
           13   34     6       L1  Lorg/bouncycastle/math/ec/ECFieldElement;
           14   34     7       Z1  Lorg/bouncycastle/math/ec/ECFieldElement;
           15   34     8       L2  Lorg/bouncycastle/math/ec/ECFieldElement;
           16   34     9     X1Sq  Lorg/bouncycastle/math/ec/ECFieldElement;
           17   34    10     L1Sq  Lorg/bouncycastle/math/ec/ECFieldElement;
           18   34    11     Z1Sq  Lorg/bouncycastle/math/ec/ECFieldElement;
           19   34    12     L1Z1  Lorg/bouncycastle/math/ec/ECFieldElement;
           20   34    13        T  Lorg/bouncycastle/math/ec/ECFieldElement;
           21   34    14  L2plus1  Lorg/bouncycastle/math/ec/ECFieldElement;
           22   34    15        A  Lorg/bouncycastle/math/ec/ECFieldElement;
           23   34    16   X2Z1Sq  Lorg/bouncycastle/math/ec/ECFieldElement;
           24   34    17        B  Lorg/bouncycastle/math/ec/ECFieldElement;
           31   34    18       X3  Lorg/bouncycastle/math/ec/ECFieldElement;
           32   34    19       Z3  Lorg/bouncycastle/math/ec/ECFieldElement;
           33   34    20       L3  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      b     

  public org.bouncycastle.math.ec.ECPoint negate();
    descriptor: ()Lorg/bouncycastle/math/ec/ECPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT233K1Point this
         0: .line 301
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT233K1Point.isInfinity:()Z
            ifeq 2
         1: .line 303
            aload 0 /* this */
            areturn
         2: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 1 /* X */
        start local 1 // org.bouncycastle.math.ec.ECFieldElement X
         3: .line 307
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 5
         4: .line 309
            aload 0 /* this */
            areturn
         5: .line 313
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* L */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement L
         6: aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 3 /* Z */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement Z
         7: .line 314
            new org.bouncycastle.math.ec.custom.sec.SecT233K1Point
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.curve:Lorg/bouncycastle/math/ec/ECCurve;
            aload 1 /* X */
            aload 2 /* L */
            aload 3 /* Z */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_1
            anewarray org.bouncycastle.math.ec.ECFieldElement
            dup
            iconst_0
            aload 3 /* Z */
            aastore
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT233K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT233K1Point.<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 3 // org.bouncycastle.math.ec.ECFieldElement Z
        end local 2 // org.bouncycastle.math.ec.ECFieldElement L
        end local 1 // org.bouncycastle.math.ec.ECFieldElement X
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT233K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT233K1Point;
            3    8     1     X  Lorg/bouncycastle/math/ec/ECFieldElement;
            6    8     2     L  Lorg/bouncycastle/math/ec/ECFieldElement;
            7    8     3     Z  Lorg/bouncycastle/math/ec/ECFieldElement;
}
SourceFile: "SecT233K1Point.java"
InnerClasses:
  public abstract AbstractF2m = org.bouncycastle.math.ec.ECPoint$AbstractF2m of org.bouncycastle.math.ec.ECPoint