public class org.bouncycastle.math.ec.custom.sec.SecT571R1Point 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.SecT571R1Point
  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.SecT571R1Point 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 18
            aload 0 /* this */
            aload 1 /* curve */
            aload 2 /* x */
            aload 3 /* y */
            iconst_0
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
         1: .line 19
            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.SecT571R1Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/bouncycastle/math/ec/custom/sec/SecT571R1Point;
            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.SecT571R1Point 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 26
            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 28
            aload 2 /* x */
            ifnonnull 2
            iconst_1
            goto 3
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571R1Point 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.SecT571R1Point 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 30
            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 33
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* withCompression */
            putfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.withCompression:Z
         8: .line 34
            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.SecT571R1Point this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/bouncycastle/math/ec/custom/sec/SecT571R1Point;
            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.SecT571R1Point 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 38
            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 40
            aload 0 /* this */
            iload 5 /* withCompression */
            putfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.withCompression:Z
         2: .line 41
            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.SecT571R1Point this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/bouncycastle/math/ec/custom/sec/SecT571R1Point;
            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.SecT571R1Point this
         0: .line 45
            new org.bouncycastle.math.ec.custom.sec.SecT571R1Point
            dup
            aconst_null
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.getAffineXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.getAffineYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Point.<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.SecT571R1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT571R1Point;

  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.SecT571R1Point this
         0: .line 50
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.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.SecT571R1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* L */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement L
         2: .line 52
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.isInfinity:()Z
            ifne 3
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 4
         3: .line 54
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 2 /* L */
            areturn
         4: .line 58
      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 60
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 4 /* Z */
        start local 4 // org.bouncycastle.math.ec.ECFieldElement Z
         6: .line 61
            aload 4 /* Z */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isOne:()Z
            ifne 8
         7: .line 63
            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 66
      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.SecT571R1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT571R1Point;
            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.SecT571R1Point this
         0: .line 71
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.getRawXCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 1 /* X */
        start local 1 // org.bouncycastle.math.ec.ECFieldElement X
         1: .line 72
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 3
         2: .line 74
            iconst_0
            ireturn
         3: .line 77
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.getRawYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* Y */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement Y
         4: .line 80
            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.SecT571R1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT571R1Point;
            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.SecT571R1Point this
        start local 1 // org.bouncycastle.math.ec.ECPoint b
         0: .line 85
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.isInfinity:()Z
            ifeq 2
         1: .line 87
            aload 1 /* b */
            areturn
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.isInfinity:()Z
            ifeq 4
         3: .line 91
            aload 0 /* this */
            areturn
         4: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 2 /* curve */
        start local 2 // org.bouncycastle.math.ec.ECCurve curve
         5: .line 96
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.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 97
            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 99
            aload 3 /* X1 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 11
         8: .line 101
            aload 4 /* X2 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 10
         9: .line 103
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        10: .line 106
      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 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.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.SecT571R1Point.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 110
            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 112
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 9 /* t1 */
        start local 9 // long[] t1
        16: .line 113
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 10 /* t2 */
        start local 10 // long[] t2
        17: .line 114
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 11 /* t3 */
        start local 11 // long[] t3
        18: .line 115
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 12 /* t4 */
        start local 12 // long[] t4
        19: .line 117
            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.SecT571R1Point 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 119
            aload 13 /* Z1Precomp */
            ifnonnull 26
        23: .line 121
            aload 4 /* X2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 14 /* U2 */
        start local 14 // long[] U2
        24: .line 122
            aload 7 /* L2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 15 /* S2 */
        start local 15 // long[] S2
        25: .line 123
            goto 30
        end local 15 // long[] S2
        end local 14 // long[] U2
        26: .line 126
      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 127
            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 130
      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 132
            aload 16 /* Z2Precomp */
            ifnonnull 37
        34: .line 134
            aload 3 /* X1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 17 /* U1 */
        start local 17 // long[] U1
        35: .line 135
            aload 5 /* L1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 18 /* S1 */
        start local 18 // long[] S1
        36: .line 136
            goto 41
        end local 18 // long[] S1
        end local 17 // long[] U1
        37: .line 139
      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 140
            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 143
      StackMap locals: long[] long[]
      StackMap stack:
            aload 11 /* t3 */
            astore 19 /* A */
        start local 19 // long[] A
        42: .line 144
            aload 18 /* S1 */
            aload 15 /* S2 */
            aload 19 /* A */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.add:([J[J[J)V
        43: .line 146
            aload 12 /* t4 */
            astore 20 /* B */
        start local 20 // long[] B
        44: .line 147
            aload 17 /* U1 */
            aload 14 /* U2 */
            aload 20 /* B */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.add:([J[J[J)V
        45: .line 149
            aload 20 /* B */
            invokestatic org.bouncycastle.math.raw.Nat576.isZero64:([J)Z
            ifeq 49
        46: .line 151
            aload 19 /* A */
            invokestatic org.bouncycastle.math.raw.Nat576.isZero64:([J)Z
            ifeq 48
        47: .line 153
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        48: .line 156
      StackMap locals: long[] long[]
      StackMap stack:
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        49: .line 160
      StackMap locals:
      StackMap stack:
            aload 4 /* X2 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 62
        50: .line 163
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.normalize:()Lorg/bouncycastle/math/ec/ECPoint;
            astore 24 /* p */
        start local 24 // org.bouncycastle.math.ec.ECPoint p
        51: .line 164
            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 165
            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 167
            aload 7 /* L2 */
            astore 26 /* Y2 */
        start local 26 // org.bouncycastle.math.ec.ECFieldElement Y2
        54: .line 168
            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 170
            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;
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.addOne:()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 171
            aload 21 /* X3 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 58
        57: .line 173
            new org.bouncycastle.math.ec.custom.sec.SecT571R1Point
            dup
            aload 2 /* curve */
            aload 21 /* X3 */
            getstatic org.bouncycastle.math.ec.custom.sec.SecT571R1Curve.SecT571R1_B_SQRT:Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        58: .line 176
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571R1Point 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 177
            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 178
            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 179
            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 182
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571R1Point 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 184
            aload 19 /* A */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.precompMultiplicand:([J)[J
            astore 24 /* APrecomp */
        start local 24 // long[] APrecomp
        64: .line 186
            aload 9 /* t1 */
            astore 25 /* AU1 */
        start local 25 // long[] AU1
        65: .line 187
            aload 10 /* t2 */
            astore 26 /* AU2 */
        start local 26 // long[] AU2
        66: .line 189
            aload 17 /* U1 */
            aload 24 /* APrecomp */
            aload 25 /* AU1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        67: .line 190
            aload 14 /* U2 */
            aload 24 /* APrecomp */
            aload 26 /* AU2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        68: .line 192
            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 193
            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 195
            aload 21 /* X3 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 72
        71: .line 197
            new org.bouncycastle.math.ec.custom.sec.SecT571R1Point
            dup
            aload 2 /* curve */
            aload 21 /* X3 */
            getstatic org.bouncycastle.math.ec.custom.sec.SecT571R1Curve.SecT571R1_B_SQRT:Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        72: .line 200
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571R1Point 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 201
            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 203
            aload 16 /* Z2Precomp */
            ifnull 76
        75: .line 205
            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 208
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571R1Point 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 210
            aload 26 /* AU2 */
            aload 20 /* B */
            aload 12 /* t4 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.add:([J[J[J)V
        78: .line 211
            aload 12 /* t4 */
            aload 27 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.squareAddToExt:([J[J)V
        79: .line 213
            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 214
            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 216
            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 217
            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 219
            aload 13 /* Z1Precomp */
            ifnull 85
        84: .line 221
            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 225
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571R1Point 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.SecT571R1Point
            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.SecT571R1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Point.<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.SecT571R1Point this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   86     0       this  Lorg/bouncycastle/math/ec/custom/sec/SecT571R1Point;
            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=16, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT571R1Point this
         0: .line 230
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.isInfinity:()Z
            ifeq 2
         1: .line 232
            aload 0 /* this */
            areturn
         2: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 1 /* curve */
        start local 1 // org.bouncycastle.math.ec.ECCurve curve
         3: .line 237
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 2 /* X1 */
        start local 2 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X1
         4: .line 238
            aload 2 /* X1 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 6
         5: .line 241
            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.custom.sec.SecT571FieldElement
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 3 /* L1 */
        start local 3 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L1
         7: aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 4 /* Z1 */
        start local 4 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z1
         8: .line 246
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 5 /* t1 */
        start local 5 // long[] t1
         9: .line 247
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 6 /* t2 */
        start local 6 // long[] t2
        10: .line 249
            aload 4 /* Z1 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isOne:()Z
            ifeq 11
            aconst_null
            goto 12
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571R1Point 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 long[] long[]
      StackMap stack:
        11: aload 4 /* 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[]
        12: astore 7 /* Z1Precomp */
        start local 7 // long[] Z1Precomp
        13: .line 251
            aload 7 /* Z1Precomp */
            ifnonnull 17
        14: .line 253
            aload 3 /* L1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 8 /* L1Z1 */
        start local 8 // long[] L1Z1
        15: .line 254
            aload 4 /* Z1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 9 /* Z1Sq */
        start local 9 // long[] Z1Sq
        16: .line 255
            goto 21
        end local 9 // long[] Z1Sq
        end local 8 // long[] L1Z1
        17: .line 258
      StackMap locals: long[]
      StackMap stack:
            aload 3 /* L1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 7 /* Z1Precomp */
            aload 5 /* t1 */
            dup
            astore 8 /* L1Z1 */
        start local 8 // long[] L1Z1
        18: invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        19: .line 259
            aload 4 /* Z1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 6 /* t2 */
            dup
            astore 9 /* Z1Sq */
        start local 9 // long[] Z1Sq
        20: invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.square:([J[J)V
        21: .line 262
      StackMap locals: long[] long[]
      StackMap stack:
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 10 /* T */
        start local 10 // long[] T
        22: .line 263
            aload 3 /* L1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 10 /* T */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.square:([J[J)V
        23: .line 264
            aload 8 /* L1Z1 */
            aload 9 /* Z1Sq */
            aload 10 /* T */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.addBothTo:([J[J[J)V
        24: .line 266
            aload 10 /* T */
            invokestatic org.bouncycastle.math.raw.Nat576.isZero64:([J)Z
            ifeq 26
        25: .line 268
            new org.bouncycastle.math.ec.custom.sec.SecT571R1Point
            dup
            aload 1 /* curve */
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            aload 10 /* T */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:([J)V
            getstatic org.bouncycastle.math.ec.custom.sec.SecT571R1Curve.SecT571R1_B_SQRT:Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        26: .line 271
      StackMap locals: long[]
      StackMap stack:
            invokestatic org.bouncycastle.math.raw.Nat576.createExt64:()[J
            astore 11 /* tt */
        start local 11 // long[] tt
        27: .line 272
            aload 10 /* T */
            aload 8 /* L1Z1 */
            aload 11 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyAddToExt:([J[J[J)V
        28: .line 274
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            aload 5 /* t1 */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:([J)V
            astore 12 /* X3 */
        start local 12 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X3
        29: .line 275
            aload 10 /* T */
            aload 12 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.square:([J[J)V
        30: .line 277
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            aload 10 /* T */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:([J)V
            astore 13 /* Z3 */
        start local 13 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z3
        31: .line 278
            aload 7 /* Z1Precomp */
            ifnull 33
        32: .line 280
            aload 13 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 9 /* Z1Sq */
            aload 13 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiply:([J[J[J)V
        33: .line 284
      StackMap locals: long[] org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
      StackMap stack:
            aload 7 /* Z1Precomp */
            ifnonnull 36
        34: .line 286
            aload 2 /* X1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            astore 14 /* X1Z1 */
        start local 14 // long[] X1Z1
        35: .line 287
            goto 38
        end local 14 // long[] X1Z1
        36: .line 290
      StackMap locals:
      StackMap stack:
            aload 2 /* X1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 7 /* Z1Precomp */
            aload 6 /* t2 */
            dup
            astore 14 /* X1Z1 */
        start local 14 // long[] X1Z1
        37: invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        38: .line 293
      StackMap locals: long[]
      StackMap stack:
            aload 14 /* X1Z1 */
            aload 11 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.squareAddToExt:([J[J)V
        39: .line 294
            aload 11 /* tt */
            aload 6 /* t2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.reduce:([J[J)V
        40: .line 295
            aload 12 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 13 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 6 /* t2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.addBothTo:([J[J[J)V
        41: .line 296
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            aload 6 /* t2 */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:([J)V
            astore 15 /* L3 */
        start local 15 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L3
        42: .line 298
            new org.bouncycastle.math.ec.custom.sec.SecT571R1Point
            dup
            aload 1 /* curve */
            aload 12 /* X3 */
            aload 15 /* L3 */
            iconst_1
            anewarray org.bouncycastle.math.ec.ECFieldElement
            dup
            iconst_0
            aload 13 /* Z3 */
            aastore
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Point.<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 15 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L3
        end local 14 // long[] X1Z1
        end local 13 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z3
        end local 12 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X3
        end local 11 // long[] tt
        end local 10 // long[] T
        end local 9 // long[] Z1Sq
        end local 8 // long[] L1Z1
        end local 7 // long[] Z1Precomp
        end local 6 // long[] t2
        end local 5 // long[] t1
        end local 4 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z1
        end local 3 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L1
        end local 2 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X1
        end local 1 // org.bouncycastle.math.ec.ECCurve curve
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT571R1Point this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   43     0       this  Lorg/bouncycastle/math/ec/custom/sec/SecT571R1Point;
            3   43     1      curve  Lorg/bouncycastle/math/ec/ECCurve;
            4   43     2         X1  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
            7   43     3         L1  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
            8   43     4         Z1  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
            9   43     5         t1  [J
           10   43     6         t2  [J
           13   43     7  Z1Precomp  [J
           15   17     8       L1Z1  [J
           18   43     8       L1Z1  [J
           16   17     9       Z1Sq  [J
           20   43     9       Z1Sq  [J
           22   43    10          T  [J
           27   43    11         tt  [J
           29   43    12         X3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           31   43    13         Z3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           35   36    14       X1Z1  [J
           37   43    14       X1Z1  [J
           42   43    15         L3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;

  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=26, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT571R1Point this
        start local 1 // org.bouncycastle.math.ec.ECPoint b
         0: .line 303
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.isInfinity:()Z
            ifeq 2
         1: .line 305
            aload 1 /* b */
            areturn
         2: .line 307
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.isInfinity:()Z
            ifeq 4
         3: .line 309
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
         4: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.getCurve:()Lorg/bouncycastle/math/ec/ECCurve;
            astore 2 /* curve */
        start local 2 // org.bouncycastle.math.ec.ECCurve curve
         5: .line 314
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.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 315
            aload 3 /* X1 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifeq 8
         7: .line 318
            aload 1 /* b */
            areturn
         8: .line 321
      StackMap locals: org.bouncycastle.math.ec.ECCurve org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
      StackMap stack:
            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
         9: 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 5 /* Z2 */
        start local 5 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z2
        10: .line 322
            aload 4 /* X2 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isZero:()Z
            ifne 11
            aload 5 /* Z2 */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.isOne:()Z
            ifne 12
        11: .line 324
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571FieldElement org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.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 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.y:Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 6 /* L1 */
        start local 6 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L1
        13: aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 7 /* Z1 */
        start local 7 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z1
        14: .line 328
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.getRawYCoord:()Lorg/bouncycastle/math/ec/ECFieldElement;
            checkcast org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            astore 8 /* L2 */
        start local 8 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L2
        15: .line 330
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 9 /* t1 */
        start local 9 // long[] t1
        16: .line 331
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 10 /* t2 */
        start local 10 // long[] t2
        17: .line 332
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 11 /* t3 */
        start local 11 // long[] t3
        18: .line 333
            invokestatic org.bouncycastle.math.raw.Nat576.create64:()[J
            astore 12 /* t4 */
        start local 12 // long[] t4
        19: .line 335
            aload 9 /* t1 */
            astore 13 /* X1Sq */
        start local 13 // long[] X1Sq
        20: .line 336
            aload 3 /* X1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 13 /* X1Sq */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.square:([J[J)V
        21: .line 338
            aload 10 /* t2 */
            astore 14 /* L1Sq */
        start local 14 // long[] L1Sq
        22: .line 339
            aload 6 /* L1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 14 /* L1Sq */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.square:([J[J)V
        23: .line 341
            aload 11 /* t3 */
            astore 15 /* Z1Sq */
        start local 15 // long[] Z1Sq
        24: .line 342
            aload 7 /* Z1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 15 /* Z1Sq */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.square:([J[J)V
        25: .line 344
            aload 12 /* t4 */
            astore 16 /* L1Z1 */
        start local 16 // long[] L1Z1
        26: .line 345
            aload 6 /* L1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 7 /* Z1 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 16 /* L1Z1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiply:([J[J[J)V
        27: .line 347
            aload 16 /* L1Z1 */
            astore 17 /* T */
        start local 17 // long[] T
        28: .line 348
            aload 15 /* Z1Sq */
            aload 14 /* L1Sq */
            aload 17 /* T */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.addBothTo:([J[J[J)V
        29: .line 350
            aload 15 /* Z1Sq */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.precompMultiplicand:([J)[J
            astore 18 /* Z1SqPrecomp */
        start local 18 // long[] Z1SqPrecomp
        30: .line 352
            aload 11 /* t3 */
            astore 19 /* A */
        start local 19 // long[] A
        31: .line 353
            aload 8 /* L2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 18 /* Z1SqPrecomp */
            aload 19 /* A */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        32: .line 354
            aload 19 /* A */
            aload 14 /* L1Sq */
            aload 19 /* A */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.add:([J[J[J)V
        33: .line 356
            invokestatic org.bouncycastle.math.raw.Nat576.createExt64:()[J
            astore 20 /* tt */
        start local 20 // long[] tt
        34: .line 357
            aload 19 /* A */
            aload 17 /* T */
            aload 20 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyAddToExt:([J[J[J)V
        35: .line 358
            aload 13 /* X1Sq */
            aload 18 /* Z1SqPrecomp */
            aload 20 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecompAddToExt:([J[J[J)V
        36: .line 359
            aload 20 /* tt */
            aload 19 /* A */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.reduce:([J[J)V
        37: .line 361
            aload 9 /* t1 */
            astore 21 /* X2Z1Sq */
        start local 21 // long[] X2Z1Sq
        38: .line 362
            aload 4 /* X2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 18 /* Z1SqPrecomp */
            aload 21 /* X2Z1Sq */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        39: .line 364
            aload 10 /* t2 */
            astore 22 /* B */
        start local 22 // long[] B
        40: .line 365
            aload 21 /* X2Z1Sq */
            aload 17 /* T */
            aload 22 /* B */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.add:([J[J[J)V
        41: .line 366
            aload 22 /* B */
            aload 22 /* B */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.square:([J[J)V
        42: .line 368
            aload 22 /* B */
            invokestatic org.bouncycastle.math.raw.Nat576.isZero64:([J)Z
            ifeq 46
        43: .line 370
            aload 19 /* A */
            invokestatic org.bouncycastle.math.raw.Nat576.isZero64:([J)Z
            ifeq 45
        44: .line 372
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECPoint.twice:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        45: .line 375
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT571R1Point 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[] long[] long[]
      StackMap stack:
            aload 2 /* curve */
            invokevirtual org.bouncycastle.math.ec.ECCurve.getInfinity:()Lorg/bouncycastle/math/ec/ECPoint;
            areturn
        46: .line 378
      StackMap locals:
      StackMap stack:
            aload 19 /* A */
            invokestatic org.bouncycastle.math.raw.Nat576.isZero64:([J)Z
            ifeq 48
        47: .line 380
            new org.bouncycastle.math.ec.custom.sec.SecT571R1Point
            dup
            aload 2 /* curve */
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            aload 19 /* A */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:([J)V
            getstatic org.bouncycastle.math.ec.custom.sec.SecT571R1Curve.SecT571R1_B_SQRT:Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Point.<init>:(Lorg/bouncycastle/math/ec/ECCurve;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Z)V
            areturn
        48: .line 383
      StackMap locals:
      StackMap stack:
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:()V
            astore 23 /* X3 */
        start local 23 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X3
        49: .line 384
            aload 19 /* A */
            aload 23 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.square:([J[J)V
        50: .line 385
            aload 23 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 21 /* X2Z1Sq */
            aload 23 /* X3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiply:([J[J[J)V
        51: .line 387
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            aload 9 /* t1 */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:([J)V
            astore 24 /* Z3 */
        start local 24 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z3
        52: .line 388
            aload 19 /* A */
            aload 22 /* B */
            aload 24 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiply:([J[J[J)V
        53: .line 389
            aload 24 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 18 /* Z1SqPrecomp */
            aload 24 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyPrecomp:([J[J[J)V
        54: .line 391
            new org.bouncycastle.math.ec.custom.sec.SecT571FieldElement
            dup
            aload 10 /* t2 */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.<init>:([J)V
            astore 25 /* L3 */
        start local 25 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L3
        55: .line 392
            aload 19 /* A */
            aload 22 /* B */
            aload 25 /* L3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.add:([J[J[J)V
        56: .line 393
            aload 25 /* L3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 25 /* L3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.square:([J[J)V
        57: .line 395
            bipush 18
            aload 20 /* tt */
            invokestatic org.bouncycastle.math.raw.Nat.zero64:(I[J)V
        58: .line 396
            aload 25 /* L3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 17 /* T */
            aload 20 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyAddToExt:([J[J[J)V
        59: .line 397
            aload 8 /* L2 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 12 /* t4 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.addOne:([J[J)V
        60: .line 398
            aload 12 /* t4 */
            aload 24 /* Z3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            aload 20 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.multiplyAddToExt:([J[J[J)V
        61: .line 399
            aload 20 /* tt */
            aload 25 /* L3 */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT571Field.reduce:([J[J)V
        62: .line 401
            new org.bouncycastle.math.ec.custom.sec.SecT571R1Point
            dup
            aload 2 /* curve */
            aload 23 /* X3 */
            aload 25 /* L3 */
            iconst_1
            anewarray org.bouncycastle.math.ec.ECFieldElement
            dup
            iconst_0
            aload 24 /* Z3 */
            aastore
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Point.<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 25 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L3
        end local 24 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z3
        end local 23 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement X3
        end local 22 // long[] B
        end local 21 // long[] X2Z1Sq
        end local 20 // long[] tt
        end local 19 // long[] A
        end local 18 // long[] Z1SqPrecomp
        end local 17 // long[] T
        end local 16 // long[] L1Z1
        end local 15 // long[] Z1Sq
        end local 14 // long[] L1Sq
        end local 13 // long[] X1Sq
        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 L2
        end local 7 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z1
        end local 6 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement L1
        end local 5 // org.bouncycastle.math.ec.custom.sec.SecT571FieldElement Z2
        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.SecT571R1Point this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   63     0         this  Lorg/bouncycastle/math/ec/custom/sec/SecT571R1Point;
            0   63     1            b  Lorg/bouncycastle/math/ec/ECPoint;
            5   63     2        curve  Lorg/bouncycastle/math/ec/ECCurve;
            6   63     3           X1  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
            9   63     4           X2  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           10   63     5           Z2  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           13   63     6           L1  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           14   63     7           Z1  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           15   63     8           L2  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           16   63     9           t1  [J
           17   63    10           t2  [J
           18   63    11           t3  [J
           19   63    12           t4  [J
           20   63    13         X1Sq  [J
           22   63    14         L1Sq  [J
           24   63    15         Z1Sq  [J
           26   63    16         L1Z1  [J
           28   63    17            T  [J
           30   63    18  Z1SqPrecomp  [J
           31   63    19            A  [J
           34   63    20           tt  [J
           38   63    21       X2Z1Sq  [J
           40   63    22            B  [J
           49   63    23           X3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           52   63    24           Z3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
           55   63    25           L3  Lorg/bouncycastle/math/ec/custom/sec/SecT571FieldElement;
    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.SecT571R1Point this
         0: .line 406
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT571R1Point.isInfinity:()Z
            ifeq 2
         1: .line 408
            aload 0 /* this */
            areturn
         2: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.x:Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 1 /* X */
        start local 1 // org.bouncycastle.math.ec.ECFieldElement X
         3: .line 412
            aload 1 /* X */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 5
         4: .line 414
            aload 0 /* this */
            areturn
         5: .line 418
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.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.SecT571R1Point.zs:[Lorg/bouncycastle/math/ec/ECFieldElement;
            iconst_0
            aaload
            astore 3 /* Z */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement Z
         7: .line 419
            new org.bouncycastle.math.ec.custom.sec.SecT571R1Point
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT571R1Point.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.SecT571R1Point.withCompression:Z
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT571R1Point.<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.SecT571R1Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT571R1Point;
            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: "SecT571R1Point.java"
InnerClasses:
  public abstract AbstractF2m = org.bouncycastle.math.ec.ECPoint$AbstractF2m of org.bouncycastle.math.ec.ECPoint