public class org.bouncycastle.math.ec.custom.sec.SecT571K1Point 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.SecT571K1Point
  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.SecT571K1Point 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 17
            aload 0 /* this */
            aload 1 /* curve */
            aload 2 /* x */
            aload 3 /* y */
            iconst_0
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
         1: .line 18
            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.SecT571K1Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
            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.SecT571K1Point 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 25
            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 27
            aload 2 /* x */
            ifnonnull 2
            iconst_1
            goto 3
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571K1Point 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.SecT571K1Point 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 29
            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 32
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* withCompression */
            putfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.withCompression:Z
         8: .line 33
            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.SecT571K1Point this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
            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.SecT571K1Point 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 37
            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 39
            aload 0 /* this */
            iload 5 /* withCompression */
            putfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.withCompression:Z
         2: .line 40
            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.SecT571K1Point this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
            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.SecT571K1Point this
         0: .line 44
            new org.bouncycastle.math.ec.custom.sec.SecT571K1Point
            dup
            aconst_null
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.getAffineXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.getAffineYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<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.SecT571K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;

  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.SecT571K1Point this
         0: .line 49
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.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.SecT571K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* L */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement L
         2: .line 51
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.isInfinity:()Z
            ifne 3
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 4
         3: .line 53
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 2 /* L */
            areturn
         4: .line 57
      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 59
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 4 /* Z */
        start local 4 // org.bouncycastle.math.ec.ECFieldElement Z
         6: .line 60
            aload 4 /* Z */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isOne:()Z
            ifne 8
         7: .line 62
            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 65
      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.SecT571K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
            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.SecT571K1Point this
         0: .line 70
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.getRawXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 1 /* X */
        start local 1 // org.bouncycastle.math.ec.ECFieldElement X
         1: .line 71
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 3
         2: .line 73
            iconst_0
            ireturn
         3: .line 76
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.getRawYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* Y */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement Y
         4: .line 79
            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.SecT571K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
            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=29, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT571K1Point this
        start local 1 // org.bouncycastle.math.ec.ECPoint b
         0: .line 84
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.isInfinity:()Z
            ifeq 2
         1: .line 86
            aload 1 /* b */
            areturn
         2: .line 88
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.isInfinity:()Z
            ifeq 4
         3: .line 90
            aload 0 /* this */
            areturn
         4: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 2 /* curve */
        start local 2 // org.bouncycastle.math.ec.ECCurve curve
         5: .line 95
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 3 /* X1 */
        start local 3 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X1
         6: .line 96
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getRawXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 4 /* X2 */
        start local 4 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X2
         7: .line 98
            aload 3 /* X1 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 11
         8: .line 100
            aload 4 /* X2 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 10
         9: .line 102
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        10: .line 105
      StackMap locals: org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
      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 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 5 /* L1 */
        start local 5 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L1
        12: aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 6 /* Z1 */
        start local 6 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z1
        13: .line 109
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getRawYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 7 /* L2 */
        start local 7 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L2
        14: 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.SecT571FieldElement
            astore 8 /* Z2 */
        start local 8 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z2
        15: .line 111
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 9 /* t1 */
        start local 9 // long[] t1
        16: .line 112
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 10 /* t2 */
        start local 10 // long[] t2
        17: .line 113
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 11 /* t3 */
        start local 11 // long[] t3
        18: .line 114
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 12 /* t4 */
        start local 12 // long[] t4
        19: .line 116
            aload 6 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isOne:()Z
            ifeq 20
            aconst_null
            goto 21
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement long[] long[] long[] long[]
      StackMap stack:
        20: aload 6 /* Z1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.precompMultiplicand:([J)[J
      StackMap locals:
      StackMap stack: long[]
        21: astore 13 /* Z1Precomp */
        start local 13 // long[] Z1Precomp
        22: .line 118
            aload 13 /* Z1Precomp */
            ifnonnull 26
        23: .line 120
            aload 4 /* X2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 14 /* U2 */
        start local 14 // long[] U2
        24: .line 121
            aload 7 /* L2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 15 /* S2 */
        start local 15 // long[] S2
        25: .line 122
            goto 30
        end local 15 // long[] S2
        end local 14 // long[] U2
        26: .line 125
      StackMap locals: long[]
      StackMap stack:
            aload 4 /* X2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 13 /* Z1Precomp */
            aload 10 /* t2 */
            dup
            astore 14 /* U2 */
        start local 14 // long[] U2
        27: invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        28: .line 126
            aload 7 /* L2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 13 /* Z1Precomp */
            aload 12 /* t4 */
            dup
            astore 15 /* S2 */
        start local 15 // long[] S2
        29: invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        30: .line 129
      StackMap locals: long[] long[]
      StackMap stack:
            aload 8 /* Z2 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isOne:()Z
            ifeq 31
            aconst_null
            goto 32
      StackMap locals:
      StackMap stack:
        31: aload 8 /* Z2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.precompMultiplicand:([J)[J
      StackMap locals:
      StackMap stack: long[]
        32: astore 16 /* Z2Precomp */
        start local 16 // long[] Z2Precomp
        33: .line 131
            aload 16 /* Z2Precomp */
            ifnonnull 37
        34: .line 133
            aload 3 /* X1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 17 /* U1 */
        start local 17 // long[] U1
        35: .line 134
            aload 5 /* L1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 18 /* S1 */
        start local 18 // long[] S1
        36: .line 135
            goto 41
        end local 18 // long[] S1
        end local 17 // long[] U1
        37: .line 138
      StackMap locals: long[]
      StackMap stack:
            aload 3 /* X1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 16 /* Z2Precomp */
            aload 9 /* t1 */
            dup
            astore 17 /* U1 */
        start local 17 // long[] U1
        38: invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        39: .line 139
            aload 5 /* L1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 16 /* Z2Precomp */
            aload 11 /* t3 */
            dup
            astore 18 /* S1 */
        start local 18 // long[] S1
        40: invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        41: .line 142
      StackMap locals: long[] long[]
      StackMap stack:
            aload 11 /* t3 */
            astore 19 /* A */
        start local 19 // long[] A
        42: .line 143
            aload 18 /* S1 */
            aload 15 /* S2 */
            aload 19 /* A */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.add:([J[J[J)V
        43: .line 145
            aload 12 /* t4 */
            astore 20 /* B */
        start local 20 // long[] B
        44: .line 146
            aload 17 /* U1 */
            aload 14 /* U2 */
            aload 20 /* B */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.add:([J[J[J)V
        45: .line 148
            aload 20 /* B */
            invokestatic org.bouncycastle.math.raw.Nat576.isZero64:([J)Z
            ifeq 49
        46: .line 150
            aload 19 /* A */
            invokestatic org.bouncycastle.math.raw.Nat576.isZero64:([J)Z
            ifeq 48
        47: .line 152
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        48: .line 155
      StackMap locals: long[] long[]
      StackMap stack:
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        49: .line 159
      StackMap locals:
      StackMap stack:
            aload 4 /* X2 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 62
        50: .line 162
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.normalize:()Lorg/bouncycastle/math/ec/ECPoint;
            astore 24 /* p */
        start local 24 // org.bouncycastle.math.ec.ECPoint p
        51: .line 163
            aload 24 /* p */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 3 /* X1 */
        52: .line 164
            aload 24 /* p */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 25 /* Y1 */
        start local 25 // org.bouncycastle.math.ec.ECFieldElement Y1
        53: .line 166
            aload 7 /* L2 */
            astore 26 /* Y2 */
        start local 26 // org.bouncycastle.math.ec.ECFieldElement Y2
        54: .line 167
            aload 25 /* Y1 */
            aload 26 /* 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 27 /* L */
        start local 27 // org.bouncycastle.math.ec.ECFieldElement L
        55: .line 169
            aload 27 /* L */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 27 /* 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;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 21 /* X3 */
        start local 21 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X3
        56: .line 170
            aload 21 /* X3 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 58
        57: .line 172
            new org.bouncycastle.math.ec.custom.sec.SecT571K1Point
            dup
            aload 2 /* curve */
            aload 21 /* 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.SecT571K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        58: .line 175
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] org.bouncycastle.math.ec.custom.sec.SecT571FieldElement 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 27 /* L */
            aload 3 /* X1 */
            aload 21 /* X3 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.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 21 /* X3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 25 /* Y1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 28 /* Y3 */
        start local 28 // org.bouncycastle.math.ec.ECFieldElement Y3
        59: .line 176
            aload 28 /* Y3 */
            aload 21 /* X3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.divide:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 21 /* X3 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 22 /* L3 */
        start local 22 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L3
        60: .line 177
            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;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 23 /* Z3 */
        end local 28 // org.bouncycastle.math.ec.ECFieldElement Y3
        end local 27 // org.bouncycastle.math.ec.ECFieldElement L
        end local 26 // org.bouncycastle.math.ec.ECFieldElement Y2
        end local 25 // org.bouncycastle.math.ec.ECFieldElement Y1
        end local 24 // org.bouncycastle.math.ec.ECPoint p
        start local 23 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z3
        61: .line 178
            goto 85
        end local 23 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z3
        end local 22 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L3
        end local 21 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X3
        62: .line 181
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] long[]
      StackMap stack:
            aload 20 /* B */
            aload 20 /* B */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.square:([J[J)V
        63: .line 183
            aload 19 /* A */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.precompMultiplicand:([J)[J
            astore 24 /* APrecomp */
        start local 24 // long[] APrecomp
        64: .line 185
            aload 9 /* t1 */
            astore 25 /* AU1 */
        start local 25 // long[] AU1
        65: .line 186
            aload 10 /* t2 */
            astore 26 /* AU2 */
        start local 26 // long[] AU2
        66: .line 188
            aload 17 /* U1 */
            aload 24 /* APrecomp */
            aload 25 /* AU1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        67: .line 189
            aload 14 /* U2 */
            aload 24 /* APrecomp */
            aload 26 /* AU2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        68: .line 191
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            aload 9 /* t1 */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:([J)V
            astore 21 /* X3 */
        start local 21 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X3
        69: .line 192
            aload 25 /* AU1 */
            aload 26 /* AU2 */
            aload 21 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiply:([J[J[J)V
        70: .line 194
            aload 21 /* X3 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 72
        71: .line 196
            new org.bouncycastle.math.ec.custom.sec.SecT571K1Point
            dup
            aload 2 /* curve */
            aload 21 /* 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.SecT571K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        72: .line 199
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] org.bouncycastle.math.ec.custom.sec.SecT571FieldElement top top long[] long[] long[]
      StackMap stack:
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            aload 11 /* t3 */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:([J)V
            astore 23 /* Z3 */
        start local 23 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z3
        73: .line 200
            aload 20 /* B */
            aload 24 /* APrecomp */
            aload 23 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        74: .line 202
            aload 16 /* Z2Precomp */
            ifnull 76
        75: .line 204
            aload 23 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 16 /* Z2Precomp */
            aload 23 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        76: .line 207
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] org.bouncycastle.math.ec.custom.sec.SecT571FieldElement top org.bouncycastle.math.ec.custom.sec.SecT571FieldElement long[] long[] long[]
      StackMap stack:
            invokestatic org.bouncycastle.math.raw.Nat576.createExt64:()[J
            astore 27 /* tt */
        start local 27 // long[] tt
        77: .line 209
            aload 26 /* AU2 */
            aload 20 /* B */
            aload 12 /* t4 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.add:([J[J[J)V
        78: .line 210
            aload 12 /* t4 */
            aload 27 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.squareAddToExt:([J[J)V
        79: .line 212
            aload 5 /* L1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 6 /* Z1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 12 /* t4 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.add:([J[J[J)V
        80: .line 213
            aload 12 /* t4 */
            aload 23 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 27 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyAddToExt:([J[J[J)V
        81: .line 215
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            aload 12 /* t4 */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:([J)V
            astore 22 /* L3 */
        start local 22 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L3
        82: .line 216
            aload 27 /* tt */
            aload 22 /* L3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.reduce:([J[J)V
        83: .line 218
            aload 13 /* Z1Precomp */
            ifnull 85
        84: .line 220
            aload 23 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 13 /* Z1Precomp */
            aload 23 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        end local 27 // long[] tt
        end local 26 // long[] AU2
        end local 25 // long[] AU1
        end local 24 // long[] APrecomp
        85: .line 224
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571K1Point org.bouncycastle.math.ec.ECPoint org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] long[] org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
      StackMap stack:
            new org.bouncycastle.math.ec.custom.sec.SecT571K1Point
            dup
            aload 2 /* curve */
            aload 21 /* X3 */
            aload 22 /* L3 */
            iconst_1
            anewarray org.bouncycastle.math.ec.ECFieldElement
            dup
            iconst_0
            aload 23 /* Z3 */
            aastore
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<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 23 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z3
        end local 22 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L3
        end local 21 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X3
        end local 20 // long[] B
        end local 19 // long[] A
        end local 18 // long[] S1
        end local 17 // long[] U1
        end local 16 // long[] Z2Precomp
        end local 15 // long[] S2
        end local 14 // long[] U2
        end local 13 // long[] Z1Precomp
        end local 12 // long[] t4
        end local 11 // long[] t3
        end local 10 // long[] t2
        end local 9 // long[] t1
        end local 8 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z2
        end local 7 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L2
        end local 6 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z1
        end local 5 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L1
        end local 4 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X2
        end local 3 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement 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.SecT571K1Point this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   86     0       this  Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
            0   86     1          b  Lorg/bouncycastle/math/ec/ECPoint;
            5   86     2      curve  Lorg/bouncycastle/math/ec/ECCurve;
            6   86     3         X1  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
            7   86     4         X2  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           12   86     5         L1  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           13   86     6         Z1  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           14   86     7         L2  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           15   86     8         Z2  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           16   86     9         t1  [J
           17   86    10         t2  [J
           18   86    11         t3  [J
           19   86    12         t4  [J
           22   86    13  Z1Precomp  [J
           24   26    14         U2  [J
           27   86    14         U2  [J
           25   26    15         S2  [J
           29   86    15         S2  [J
           33   86    16  Z2Precomp  [J
           35   37    17         U1  [J
           38   86    17         U1  [J
           36   37    18         S1  [J
           40   86    18         S1  [J
           42   86    19          A  [J
           44   86    20          B  [J
           56   62    21         X3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           69   86    21         X3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           60   62    22         L3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           82   86    22         L3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           61   62    23         Z3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           73   86    23         Z3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           51   61    24          p  Lorg/bouncycastle/math/ec/ECPoint;
           53   61    25         Y1  Lorg/bouncycastle/math/ec/ECFieldElement;
           54   61    26         Y2  Lorg/bouncycastle/math/ec/ECFieldElement;
           55   61    27          L  Lorg/bouncycastle/math/ec/ECFieldElement;
           59   61    28         Y3  Lorg/bouncycastle/math/ec/ECFieldElement;
           64   85    24   APrecomp  [J
           65   85    25        AU1  [J
           66   85    26        AU2  [J
           77   85    27         tt  [J
    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.SecT571K1Point this
         0: .line 229
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.isInfinity:()Z
            ifeq 2
         1: .line 231
            aload 0 /* this */
            areturn
         2: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 1 /* curve */
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
         3: .line 236
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* X1 */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement X1
         4: .line 237
            aload 2 /* X1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 6
         5: .line 240
            aload 1 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
         6: .line 244
      StackMap locals: org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.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.SecT571K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 4 /* Z1 */
        start local 4 // org.bouncycastle.math.ec.ECFieldElement Z1
         8: .line 246
            aload 4 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isOne:()Z
            istore 5 /* Z1IsOne */
        start local 5 // boolean Z1IsOne
         9: .line 247
            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 249
            iload 5 /* Z1IsOne */
            ifeq 15
        13: .line 251
            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 252
            goto 16
        end local 7 // org.bouncycastle.math.ec.ECFieldElement T
        15: .line 255
      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 258
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 7 /* T */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 18
        17: .line 260
            new org.bouncycastle.math.ec.custom.sec.SecT571K1Point
            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.SecT571K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        18: .line 263
      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 264
            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 266
            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 267
            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 268
            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 270
            new org.bouncycastle.math.ec.custom.sec.SecT571K1Point
            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.SecT571K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<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.SecT571K1Point this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
            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.SecT571K1Point this
        start local 1 // org.bouncycastle.math.ec.ECPoint b
         0: .line 275
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.isInfinity:()Z
            ifeq 2
         1: .line 277
            aload 1 /* b */
            areturn
         2: .line 279
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.isInfinity:()Z
            ifeq 4
         3: .line 281
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
         4: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 2 /* curve */
        start local 2 // org.bouncycastle.math.ec.ECCurve curve
         5: .line 286
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 3 /* X1 */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement X1
         6: .line 287
            aload 3 /* X1 */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 8
         7: .line 290
            aload 1 /* b */
            areturn
         8: .line 294
      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 295
            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 297
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.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 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.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.SecT571K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 7 /* Z1 */
        start local 7 // org.bouncycastle.math.ec.ECFieldElement Z1
        14: .line 301
            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 303
            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 304
            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 305
            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 306
            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 308
            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 309
            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 310
            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 311
            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 312
            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 314
            aload 17 /* B */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 28
        25: .line 316
            aload 15 /* A */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 27
        26: .line 318
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        27: .line 321
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571K1Point 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 324
      StackMap locals:
      StackMap stack:
            aload 15 /* A */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 30
        29: .line 326
            new org.bouncycastle.math.ec.custom.sec.SecT571K1Point
            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.SecT571K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        30: .line 329
      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 330
            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 331
            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 333
            new org.bouncycastle.math.ec.custom.sec.SecT571K1Point
            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.SecT571K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<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.SecT571K1Point this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   34     0     this  Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
            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.SecT571K1Point this
         0: .line 338
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571K1Point.isInfinity:()Z
            ifeq 2
         1: .line 340
            aload 0 /* this */
            areturn
         2: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 1 /* X */
        start local 1 // org.bouncycastle.math.ec.ECFieldElement X
         3: .line 344
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 5
         4: .line 346
            aload 0 /* this */
            areturn
         5: .line 350
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.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.SecT571K1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 3 /* Z */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement Z
         7: .line 351
            new org.bouncycastle.math.ec.custom.sec.SecT571K1Point
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571K1Point.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.SecT571K1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571K1Point.<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.SecT571K1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT571K1Point;
            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: "SecT571K1Point.java"
InnerClasses:
  public abstract AbstractF2m = org.bouncycastle.math.ec.ECPoint$AbstractF2m of org.bouncycastle.math.ec.ECPoint