public class org.bouncycastle.math.ec.custom.sec.SecT113FieldElement extends org.bouncycastle.math.ec.ECFieldElement$AbstractF2m
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
  super_class: org.bouncycastle.math.ec.ECFieldElement$AbstractF2m
{
  protected long[] x;
    descriptor: [J
    flags: (0x0004) ACC_PROTECTED

  public void <init>(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // java.math.BigInteger x
         0: .line 13
            aload 0 /* this */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$AbstractF2m.<init>:()V
         1: .line 15
            aload 1 /* x */
            ifnull 2
            aload 1 /* x */
            invokevirtual java.math.BigInteger.signum:()I
            iflt 2
            aload 1 /* x */
            invokevirtual java.math.BigInteger.bitLength:()I
            bipush 113
            if_icmple 3
         2: .line 17
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecT113FieldElement java.math.BigInteger
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "x value invalid for SecT113FieldElement"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 20
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* x */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.fromBigInteger:(Ljava/math/BigInteger;)[J
            putfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
         4: .line 21
            return
        end local 1 // java.math.BigInteger x
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    5     1     x  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      x     

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 23
            aload 0 /* this */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$AbstractF2m.<init>:()V
         1: .line 25
            aload 0 /* this */
            invokestatic org.bouncycastle.math.raw.Nat128.create64:()[J
            putfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
         2: .line 26
            return
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  protected void <init>(long[]);
    descriptor: ([J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // long[] x
         0: .line 28
            aload 0 /* this */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$AbstractF2m.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* x */
            putfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
         2: .line 31
            return
        end local 1 // long[] x
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    3     1     x  [J
    MethodParameters:
      Name  Flags
      x     

  public boolean isOne();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 40
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            invokestatic org.bouncycastle.math.raw.Nat128.isOne64:([J)Z
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public boolean isZero();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 45
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            invokestatic org.bouncycastle.math.raw.Nat128.isZero64:([J)Z
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public boolean testBitZero();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 50
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            iconst_0
            laload
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public java.math.BigInteger toBigInteger();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 55
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            invokestatic org.bouncycastle.math.raw.Nat128.toBigInteger64:([J)Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public java.lang.String getFieldName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 60
            ldc "SecT113Field"
            areturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public int getFieldSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 65
            bipush 113
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public org.bouncycastle.math.ec.ECFieldElement add(org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 70
            invokestatic org.bouncycastle.math.raw.Nat128.create64:()[J
            astore 2 /* z */
        start local 2 // long[] z
         1: .line 71
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.add:([J[J[J)V
         2: .line 72
            new org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.<init>:([J)V
            areturn
        end local 2 // long[] z
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    3     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            1    3     2     z  [J
    MethodParameters:
      Name  Flags
      b     

  public org.bouncycastle.math.ec.ECFieldElement addOne();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 77
            invokestatic org.bouncycastle.math.raw.Nat128.create64:()[J
            astore 1 /* z */
        start local 1 // long[] z
         1: .line 78
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.addOne:([J[J)V
         2: .line 79
            new org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.<init>:([J)V
            areturn
        end local 1 // long[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            1    3     1     z  [J

  public org.bouncycastle.math.ec.ECFieldElement subtract(org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 85
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            areturn
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    1     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      b     

  public org.bouncycastle.math.ec.ECFieldElement multiply(org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 90
            invokestatic org.bouncycastle.math.raw.Nat128.create64:()[J
            astore 2 /* z */
        start local 2 // long[] z
         1: .line 91
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.multiply:([J[J[J)V
         2: .line 92
            new org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.<init>:([J)V
            areturn
        end local 2 // long[] z
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    3     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            1    3     2     z  [J
    MethodParameters:
      Name  Flags
      b     

  public org.bouncycastle.math.ec.ECFieldElement multiplyMinusProduct(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
        start local 2 // org.bouncycastle.math.ec.ECFieldElement x
        start local 3 // org.bouncycastle.math.ec.ECFieldElement y
         0: .line 97
            aload 0 /* this */
            aload 1 /* b */
            aload 2 /* x */
            aload 3 /* y */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.multiplyPlusProduct:(Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            areturn
        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.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    1     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    1     2     x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    1     3     y  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      b     
      x     
      y     

  public org.bouncycastle.math.ec.ECFieldElement multiplyPlusProduct(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=10, args_size=4
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
        start local 2 // org.bouncycastle.math.ec.ECFieldElement x
        start local 3 // org.bouncycastle.math.ec.ECFieldElement y
         0: .line 102
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            astore 4 /* ax */
        start local 4 // long[] ax
         1: aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            astore 5 /* bx */
        start local 5 // long[] bx
         2: .line 103
            aload 2 /* x */
            checkcast org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            astore 6 /* xx */
        start local 6 // long[] xx
         3: aload 3 /* y */
            checkcast org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            astore 7 /* yx */
        start local 7 // long[] yx
         4: .line 105
            invokestatic org.bouncycastle.math.raw.Nat128.createExt64:()[J
            astore 8 /* tt */
        start local 8 // long[] tt
         5: .line 106
            aload 4 /* ax */
            aload 5 /* bx */
            aload 8 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.multiplyAddToExt:([J[J[J)V
         6: .line 107
            aload 6 /* xx */
            aload 7 /* yx */
            aload 8 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.multiplyAddToExt:([J[J[J)V
         7: .line 109
            invokestatic org.bouncycastle.math.raw.Nat128.create64:()[J
            astore 9 /* z */
        start local 9 // long[] z
         8: .line 110
            aload 8 /* tt */
            aload 9 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.reduce:([J[J)V
         9: .line 111
            new org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            dup
            aload 9 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.<init>:([J)V
            areturn
        end local 9 // long[] z
        end local 8 // long[] tt
        end local 7 // long[] yx
        end local 6 // long[] xx
        end local 5 // long[] bx
        end local 4 // long[] ax
        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.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0   10     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            0   10     2     x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0   10     3     y  Lorg/bouncycastle/math/ec/ECFieldElement;
            1   10     4    ax  [J
            2   10     5    bx  [J
            3   10     6    xx  [J
            4   10     7    yx  [J
            5   10     8    tt  [J
            8   10     9     z  [J
    MethodParameters:
      Name  Flags
      b     
      x     
      y     

  public org.bouncycastle.math.ec.ECFieldElement divide(org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 116
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.invert:()Lorg/bouncycastle/math/ec/ECFieldElement;
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            areturn
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    1     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      b     

  public org.bouncycastle.math.ec.ECFieldElement negate();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 121
            aload 0 /* this */
            areturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public org.bouncycastle.math.ec.ECFieldElement square();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 126
            invokestatic org.bouncycastle.math.raw.Nat128.create64:()[J
            astore 1 /* z */
        start local 1 // long[] z
         1: .line 127
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.square:([J[J)V
         2: .line 128
            new org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.<init>:([J)V
            areturn
        end local 1 // long[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            1    3     1     z  [J

  public org.bouncycastle.math.ec.ECFieldElement squareMinusProduct(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement x
        start local 2 // org.bouncycastle.math.ec.ECFieldElement y
         0: .line 133
            aload 0 /* this */
            aload 1 /* x */
            aload 2 /* y */
            invokevirtual org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.squarePlusProduct:(Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            areturn
        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.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    1     1     x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    1     2     y  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      x     
      y     

  public org.bouncycastle.math.ec.ECFieldElement squarePlusProduct(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement x
        start local 2 // org.bouncycastle.math.ec.ECFieldElement y
         0: .line 138
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            astore 3 /* ax */
        start local 3 // long[] ax
         1: .line 139
            aload 1 /* x */
            checkcast org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            astore 4 /* xx */
        start local 4 // long[] xx
         2: aload 2 /* y */
            checkcast org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            astore 5 /* yx */
        start local 5 // long[] yx
         3: .line 141
            invokestatic org.bouncycastle.math.raw.Nat128.createExt64:()[J
            astore 6 /* tt */
        start local 6 // long[] tt
         4: .line 142
            aload 3 /* ax */
            aload 6 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.squareAddToExt:([J[J)V
         5: .line 143
            aload 4 /* xx */
            aload 5 /* yx */
            aload 6 /* tt */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.multiplyAddToExt:([J[J[J)V
         6: .line 145
            invokestatic org.bouncycastle.math.raw.Nat128.create64:()[J
            astore 7 /* z */
        start local 7 // long[] z
         7: .line 146
            aload 6 /* tt */
            aload 7 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.reduce:([J[J)V
         8: .line 147
            new org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            dup
            aload 7 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.<init>:([J)V
            areturn
        end local 7 // long[] z
        end local 6 // long[] tt
        end local 5 // long[] yx
        end local 4 // long[] xx
        end local 3 // long[] ax
        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.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    9     1     x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    9     2     y  Lorg/bouncycastle/math/ec/ECFieldElement;
            1    9     3    ax  [J
            2    9     4    xx  [J
            3    9     5    yx  [J
            4    9     6    tt  [J
            7    9     7     z  [J
    MethodParameters:
      Name  Flags
      x     
      y     

  public org.bouncycastle.math.ec.ECFieldElement squarePow(int);
    descriptor: (I)Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // int pow
         0: .line 152
            iload 1 /* pow */
            iconst_1
            if_icmpge 2
         1: .line 154
            aload 0 /* this */
            areturn
         2: .line 157
      StackMap locals:
      StackMap stack:
            invokestatic org.bouncycastle.math.raw.Nat128.create64:()[J
            astore 2 /* z */
        start local 2 // long[] z
         3: .line 158
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            iload 1 /* pow */
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.squareN:([JI[J)V
         4: .line 159
            new org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.<init>:([J)V
            areturn
        end local 2 // long[] z
        end local 1 // int pow
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    5     1   pow  I
            3    5     2     z  [J
    MethodParameters:
      Name  Flags
      pow   

  public int trace();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 164
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.trace:([J)I
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public org.bouncycastle.math.ec.ECFieldElement invert();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 169
            invokestatic org.bouncycastle.math.raw.Nat128.create64:()[J
            astore 1 /* z */
        start local 1 // long[] z
         1: .line 170
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.invert:([J[J)V
         2: .line 171
            new org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.<init>:([J)V
            areturn
        end local 1 // long[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            1    3     1     z  [J

  public org.bouncycastle.math.ec.ECFieldElement sqrt();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 176
            invokestatic org.bouncycastle.math.raw.Nat128.create64:()[J
            astore 1 /* z */
        start local 1 // long[] z
         1: .line 177
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecT113Field.sqrt:([J[J)V
         2: .line 178
            new org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.<init>:([J)V
            areturn
        end local 1 // long[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            1    3     1     z  [J

  public int getRepresentation();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 183
            iconst_2
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public int getM();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 188
            bipush 113
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public int getK1();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 193
            bipush 9
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public int getK2();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 198
            iconst_0
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public int getK3();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 203
            iconst_0
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
        start local 1 // java.lang.Object other
         0: .line 208
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 210
            iconst_1
            ireturn
         2: .line 213
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            ifne 4
         3: .line 215
            iconst_0
            ireturn
         4: .line 218
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.bouncycastle.math.ec.custom.sec.SecT113FieldElement
            astore 2 /* o */
        start local 2 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement o
         5: .line 219
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            aload 2 /* o */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            invokestatic org.bouncycastle.math.raw.Nat128.eq64:([J[J)Z
            ireturn
        end local 2 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement o
        end local 1 // java.lang.Object other
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
            0    6     1  other  Ljava/lang/Object;
            5    6     2      o  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
         0: .line 224
            ldc 113009
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecT113FieldElement.x:[J
            iconst_0
            iconst_2
            invokestatic org.bouncycastle.util.Arrays.hashCode:([JII)I
            ixor
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecT113FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecT113FieldElement;
}
SourceFile: "SecT113FieldElement.java"
InnerClasses:
  public abstract AbstractF2m = org.bouncycastle.math.ec.ECFieldElement$AbstractF2m of org.bouncycastle.math.ec.ECFieldElement