public class org.bouncycastle.math.ec.ECFieldElement$F2m 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.ECFieldElement$F2m
  super_class: org.bouncycastle.math.ec.ECFieldElement$AbstractF2m
{
  public static final int GNB;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int TPB;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int PPB;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private int representation;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int m;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] ks;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  org.bouncycastle.math.ec.LongArray x;
    descriptor: Lorg/bouncycastle/math/ec/LongArray;
    flags: (0x0000) 

  public void <init>(int, int, int, int, java.math.BigInteger);
    descriptor: (IIIILjava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
        start local 1 // int m
        start local 2 // int k1
        start local 3 // int k2
        start local 4 // int k3
        start local 5 // java.math.BigInteger x
         0: .line 606
            aload 0 /* this */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$AbstractF2m.<init>:()V
         1: .line 613
            aload 5 /* x */
            ifnull 2
            aload 5 /* x */
            invokevirtual java.math.BigInteger.signum:()I
            iflt 2
            aload 5 /* x */
            invokevirtual java.math.BigInteger.bitLength:()I
            iload 1 /* m */
            if_icmple 3
         2: .line 615
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement$F2m int int int int java.math.BigInteger
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "x value invalid in F2m field element"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 618
      StackMap locals:
      StackMap stack:
            iload 3 /* k2 */
            ifne 7
            iload 4 /* k3 */
            ifne 7
         4: .line 620
            aload 0 /* this */
            iconst_2
            putfield org.bouncycastle.math.ec.ECFieldElement$F2m.representation:I
         5: .line 621
            aload 0 /* this */
            iconst_1
            newarray 10
            dup
            iconst_0
            iload 2 /* k1 */
            iastore
            putfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
         6: .line 622
            goto 17
         7: .line 625
      StackMap locals:
      StackMap stack:
            iload 3 /* k2 */
            iload 4 /* k3 */
            if_icmplt 11
         8: .line 627
            new java.lang.IllegalArgumentException
            dup
         9: .line 628
            ldc "k2 must be smaller than k3"
        10: .line 627
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 630
      StackMap locals:
      StackMap stack:
            iload 3 /* k2 */
            ifgt 15
        12: .line 632
            new java.lang.IllegalArgumentException
            dup
        13: .line 633
            ldc "k2 must be larger than 0"
        14: .line 632
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield org.bouncycastle.math.ec.ECFieldElement$F2m.representation:I
        16: .line 636
            aload 0 /* this */
            iconst_3
            newarray 10
            dup
            iconst_0
            iload 2 /* k1 */
            iastore
            dup
            iconst_1
            iload 3 /* k2 */
            iastore
            dup
            iconst_2
            iload 4 /* k3 */
            iastore
            putfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
        17: .line 639
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* m */
            putfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
        18: .line 640
            aload 0 /* this */
            new org.bouncycastle.math.ec.LongArray
            dup
            aload 5 /* x */
            invokespecial org.bouncycastle.math.ec.LongArray.<init>:(Ljava/math/BigInteger;)V
            putfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
        19: .line 641
            return
        end local 5 // java.math.BigInteger x
        end local 4 // int k3
        end local 3 // int k2
        end local 2 // int k1
        end local 1 // int m
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            0   20     1     m  I
            0   20     2    k1  I
            0   20     3    k2  I
            0   20     4    k3  I
            0   20     5     x  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      m     
      k1    
      k2    
      k3    
      x     

  void <init>(int, int[], org.bouncycastle.math.ec.LongArray);
    descriptor: (I[ILorg/bouncycastle/math/ec/LongArray;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
        start local 1 // int m
        start local 2 // int[] ks
        start local 3 // org.bouncycastle.math.ec.LongArray x
         0: .line 643
            aload 0 /* this */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$AbstractF2m.<init>:()V
         1: .line 645
            aload 0 /* this */
            iload 1 /* m */
            putfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
         2: .line 646
            aload 0 /* this */
            aload 2 /* ks */
            arraylength
            iconst_1
            if_icmpne 3
            iconst_2
            goto 4
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement$F2m int int[] org.bouncycastle.math.ec.LongArray
      StackMap stack: org.bouncycastle.math.ec.ECFieldElement$F2m
         3: iconst_3
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement$F2m int int[] org.bouncycastle.math.ec.LongArray
      StackMap stack: org.bouncycastle.math.ec.ECFieldElement$F2m int
         4: putfield org.bouncycastle.math.ec.ECFieldElement$F2m.representation:I
         5: .line 647
            aload 0 /* this */
            aload 2 /* ks */
            putfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
         6: .line 648
            aload 0 /* this */
            aload 3 /* x */
            putfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
         7: .line 649
            return
        end local 3 // org.bouncycastle.math.ec.LongArray x
        end local 2 // int[] ks
        end local 1 // int m
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            0    8     1     m  I
            0    8     2    ks  [I
            0    8     3     x  Lorg/bouncycastle/math/ec/LongArray;
    MethodParameters:
      Name  Flags
      m     
      ks    
      x     

  public int bitLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 653
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.degree:()I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public boolean isOne();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 658
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.isOne:()Z
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public boolean isZero();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 663
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.isZero:()Z
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public boolean testBitZero();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 668
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.testBitZero:()Z
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  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.ECFieldElement$F2m this
         0: .line 673
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.toBigInteger:()Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  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.ECFieldElement$F2m this
         0: .line 678
            ldc "F2m"
            areturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public int getFieldSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 683
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public static void checkFieldElements(org.bouncycastle.math.ec.ECFieldElement, org.bouncycastle.math.ec.ECFieldElement);
    descriptor: (Lorg/bouncycastle/math/ec/ECFieldElement;Lorg/bouncycastle/math/ec/ECFieldElement;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECFieldElement a
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 701
            aload 0 /* a */
            instanceof org.bouncycastle.math.ec.ECFieldElement$F2m
            ifeq 1
            aload 1 /* b */
            instanceof org.bouncycastle.math.ec.ECFieldElement$F2m
            ifne 2
         1: .line 703
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Field elements are not both instances of ECFieldElement.F2m"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 707
      StackMap locals:
      StackMap stack:
            aload 0 /* a */
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            astore 2 /* aF2m */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement$F2m aF2m
         3: .line 708
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            astore 3 /* bF2m */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement$F2m bF2m
         4: .line 710
            aload 2 /* aF2m */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.representation:I
            aload 3 /* bF2m */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.representation:I
            if_icmpeq 6
         5: .line 713
            new java.lang.IllegalArgumentException
            dup
            ldc "One of the F2m field elements has incorrect representation"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 716
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement$F2m org.bouncycastle.math.ec.ECFieldElement$F2m
      StackMap stack:
            aload 2 /* aF2m */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 3 /* bF2m */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            if_icmpne 7
            aload 2 /* aF2m */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            aload 3 /* bF2m */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokestatic org.bouncycastle.util.Arrays.areEqual:([I[I)Z
            ifne 8
         7: .line 718
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Field elements are not elements of the same field F2m"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 720
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.bouncycastle.math.ec.ECFieldElement$F2m bF2m
        end local 2 // org.bouncycastle.math.ec.ECFieldElement$F2m aF2m
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.ECFieldElement a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     a  Lorg/bouncycastle/math/ec/ECFieldElement;
            0    9     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            3    9     2  aF2m  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            4    9     3  bF2m  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
    MethodParameters:
      Name  Flags
      a     
      b     

  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=5, locals=4, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 727
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.clone:()Ljava/lang/Object;
            checkcast org.bouncycastle.math.ec.LongArray
            astore 2 /* iarrClone */
        start local 2 // org.bouncycastle.math.ec.LongArray iarrClone
         1: .line 728
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            astore 3 /* bF2m */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement$F2m bF2m
         2: .line 729
            aload 2 /* iarrClone */
            aload 3 /* bF2m */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            iconst_0
            invokevirtual org.bouncycastle.math.ec.LongArray.addShiftedByWords:(Lorg/bouncycastle/math/ec/LongArray;I)V
         3: .line 730
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            aload 2 /* iarrClone */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(I[ILorg/bouncycastle/math/ec/LongArray;)V
            areturn
        end local 3 // org.bouncycastle.math.ec.ECFieldElement$F2m bF2m
        end local 2 // org.bouncycastle.math.ec.LongArray iarrClone
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            0    4     1          b  Lorg/bouncycastle/math/ec/ECFieldElement;
            1    4     2  iarrClone  Lorg/bouncycastle/math/ec/LongArray;
            2    4     3       bF2m  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
    MethodParameters:
      Name  Flags
      b     final

  public org.bouncycastle.math.ec.ECFieldElement addOne();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 735
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.addOne:()Lorg/bouncycastle/math/ec/LongArray;
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(I[ILorg/bouncycastle/math/ec/LongArray;)V
            areturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  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.ECFieldElement$F2m this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 741
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement$F2m.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.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            0    1     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      b     final

  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=8, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 753
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokevirtual org.bouncycastle.math.ec.LongArray.modMultiply:(Lorg/bouncycastle/math/ec/LongArray;I[I)Lorg/bouncycastle/math/ec/LongArray;
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(I[ILorg/bouncycastle/math/ec/LongArray;)V
            areturn
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            0    1     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      b     final

  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.ECFieldElement$F2m 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 758
            aload 0 /* this */
            aload 1 /* b */
            aload 2 /* x */
            aload 3 /* y */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement$F2m.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.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            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=5, locals=10, args_size=4
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m 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 763
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            astore 4 /* ax */
        start local 4 // org.bouncycastle.math.ec.LongArray ax
         1: aload 1 /* b */
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            astore 5 /* bx */
        start local 5 // org.bouncycastle.math.ec.LongArray bx
         2: aload 2 /* x */
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            astore 6 /* xx */
        start local 6 // org.bouncycastle.math.ec.LongArray xx
         3: aload 3 /* y */
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            astore 7 /* yx */
        start local 7 // org.bouncycastle.math.ec.LongArray yx
         4: .line 765
            aload 4 /* ax */
            aload 5 /* bx */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokevirtual org.bouncycastle.math.ec.LongArray.multiply:(Lorg/bouncycastle/math/ec/LongArray;I[I)Lorg/bouncycastle/math/ec/LongArray;
            astore 8 /* ab */
        start local 8 // org.bouncycastle.math.ec.LongArray ab
         5: .line 766
            aload 6 /* xx */
            aload 7 /* yx */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokevirtual org.bouncycastle.math.ec.LongArray.multiply:(Lorg/bouncycastle/math/ec/LongArray;I[I)Lorg/bouncycastle/math/ec/LongArray;
            astore 9 /* xy */
        start local 9 // org.bouncycastle.math.ec.LongArray xy
         6: .line 768
            aload 8 /* ab */
            aload 4 /* ax */
            if_acmpeq 7
            aload 8 /* ab */
            aload 5 /* bx */
            if_acmpne 8
         7: .line 770
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement$F2m org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.LongArray org.bouncycastle.math.ec.LongArray org.bouncycastle.math.ec.LongArray org.bouncycastle.math.ec.LongArray org.bouncycastle.math.ec.LongArray org.bouncycastle.math.ec.LongArray
      StackMap stack:
            aload 8 /* ab */
            invokevirtual org.bouncycastle.math.ec.LongArray.clone:()Ljava/lang/Object;
            checkcast org.bouncycastle.math.ec.LongArray
            astore 8 /* ab */
         8: .line 773
      StackMap locals:
      StackMap stack:
            aload 8 /* ab */
            aload 9 /* xy */
            iconst_0
            invokevirtual org.bouncycastle.math.ec.LongArray.addShiftedByWords:(Lorg/bouncycastle/math/ec/LongArray;I)V
         9: .line 774
            aload 8 /* ab */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokevirtual org.bouncycastle.math.ec.LongArray.reduce:(I[I)V
        10: .line 776
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            aload 8 /* ab */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(I[ILorg/bouncycastle/math/ec/LongArray;)V
            areturn
        end local 9 // org.bouncycastle.math.ec.LongArray xy
        end local 8 // org.bouncycastle.math.ec.LongArray ab
        end local 7 // org.bouncycastle.math.ec.LongArray yx
        end local 6 // org.bouncycastle.math.ec.LongArray xx
        end local 5 // org.bouncycastle.math.ec.LongArray bx
        end local 4 // org.bouncycastle.math.ec.LongArray 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.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            0   11     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            0   11     2     x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0   11     3     y  Lorg/bouncycastle/math/ec/ECFieldElement;
            1   11     4    ax  Lorg/bouncycastle/math/ec/LongArray;
            2   11     5    bx  Lorg/bouncycastle/math/ec/LongArray;
            3   11     6    xx  Lorg/bouncycastle/math/ec/LongArray;
            4   11     7    yx  Lorg/bouncycastle/math/ec/LongArray;
            5   11     8    ab  Lorg/bouncycastle/math/ec/LongArray;
            6   11     9    xy  Lorg/bouncycastle/math/ec/LongArray;
    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=3, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 782
            aload 1 /* b */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.invert:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* bInv */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement bInv
         1: .line 783
            aload 0 /* this */
            aload 2 /* bInv */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement$F2m.multiply:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            areturn
        end local 2 // org.bouncycastle.math.ec.ECFieldElement bInv
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            0    2     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            1    2     2  bInv  Lorg/bouncycastle/math/ec/ECFieldElement;
    MethodParameters:
      Name  Flags
      b     final

  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.ECFieldElement$F2m this
         0: .line 789
            aload 0 /* this */
            areturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public org.bouncycastle.math.ec.ECFieldElement square();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 794
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokevirtual org.bouncycastle.math.ec.LongArray.modSquare:(I[I)Lorg/bouncycastle/math/ec/LongArray;
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(I[ILorg/bouncycastle/math/ec/LongArray;)V
            areturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  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.ECFieldElement$F2m this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement x
        start local 2 // org.bouncycastle.math.ec.ECFieldElement y
         0: .line 799
            aload 0 /* this */
            aload 1 /* x */
            aload 2 /* y */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement$F2m.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.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            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=5, locals=8, args_size=3
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement x
        start local 2 // org.bouncycastle.math.ec.ECFieldElement y
         0: .line 804
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            astore 3 /* ax */
        start local 3 // org.bouncycastle.math.ec.LongArray ax
         1: aload 1 /* x */
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            astore 4 /* xx */
        start local 4 // org.bouncycastle.math.ec.LongArray xx
         2: aload 2 /* y */
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            astore 5 /* yx */
        start local 5 // org.bouncycastle.math.ec.LongArray yx
         3: .line 806
            aload 3 /* ax */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokevirtual org.bouncycastle.math.ec.LongArray.square:(I[I)Lorg/bouncycastle/math/ec/LongArray;
            astore 6 /* aa */
        start local 6 // org.bouncycastle.math.ec.LongArray aa
         4: .line 807
            aload 4 /* xx */
            aload 5 /* yx */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokevirtual org.bouncycastle.math.ec.LongArray.multiply:(Lorg/bouncycastle/math/ec/LongArray;I[I)Lorg/bouncycastle/math/ec/LongArray;
            astore 7 /* xy */
        start local 7 // org.bouncycastle.math.ec.LongArray xy
         5: .line 809
            aload 6 /* aa */
            aload 3 /* ax */
            if_acmpne 7
         6: .line 811
            aload 6 /* aa */
            invokevirtual org.bouncycastle.math.ec.LongArray.clone:()Ljava/lang/Object;
            checkcast org.bouncycastle.math.ec.LongArray
            astore 6 /* aa */
         7: .line 814
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement$F2m org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.LongArray org.bouncycastle.math.ec.LongArray org.bouncycastle.math.ec.LongArray org.bouncycastle.math.ec.LongArray org.bouncycastle.math.ec.LongArray
      StackMap stack:
            aload 6 /* aa */
            aload 7 /* xy */
            iconst_0
            invokevirtual org.bouncycastle.math.ec.LongArray.addShiftedByWords:(Lorg/bouncycastle/math/ec/LongArray;I)V
         8: .line 815
            aload 6 /* aa */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokevirtual org.bouncycastle.math.ec.LongArray.reduce:(I[I)V
         9: .line 817
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            aload 6 /* aa */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(I[ILorg/bouncycastle/math/ec/LongArray;)V
            areturn
        end local 7 // org.bouncycastle.math.ec.LongArray xy
        end local 6 // org.bouncycastle.math.ec.LongArray aa
        end local 5 // org.bouncycastle.math.ec.LongArray yx
        end local 4 // org.bouncycastle.math.ec.LongArray xx
        end local 3 // org.bouncycastle.math.ec.LongArray 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.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            0   10     1     x  Lorg/bouncycastle/math/ec/ECFieldElement;
            0   10     2     y  Lorg/bouncycastle/math/ec/ECFieldElement;
            1   10     3    ax  Lorg/bouncycastle/math/ec/LongArray;
            2   10     4    xx  Lorg/bouncycastle/math/ec/LongArray;
            3   10     5    yx  Lorg/bouncycastle/math/ec/LongArray;
            4   10     6    aa  Lorg/bouncycastle/math/ec/LongArray;
            5   10     7    xy  Lorg/bouncycastle/math/ec/LongArray;
    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=8, locals=2, args_size=2
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
        start local 1 // int pow
         0: .line 822
            iload 1 /* pow */
            iconst_1
            if_icmpge 1
            aload 0 /* this */
            goto 2
      StackMap locals:
      StackMap stack:
         1: new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            iload 1 /* pow */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokevirtual org.bouncycastle.math.ec.LongArray.modSquareN:(II[I)Lorg/bouncycastle/math/ec/LongArray;
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(I[ILorg/bouncycastle/math/ec/LongArray;)V
      StackMap locals:
      StackMap stack: org.bouncycastle.math.ec.ECFieldElement$F2m
         2: areturn
        end local 1 // int pow
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            0    3     1   pow  I
    MethodParameters:
      Name  Flags
      pow   

  public org.bouncycastle.math.ec.ECFieldElement invert();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 827
            new org.bouncycastle.math.ec.ECFieldElement$F2m
            dup
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokevirtual org.bouncycastle.math.ec.LongArray.modInverse:(I[I)Lorg/bouncycastle/math/ec/LongArray;
            invokespecial org.bouncycastle.math.ec.ECFieldElement$F2m.<init>:(I[ILorg/bouncycastle/math/ec/LongArray;)V
            areturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public org.bouncycastle.math.ec.ECFieldElement sqrt();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 832
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.isZero:()Z
            ifne 1
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.isOne:()Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            iconst_1
            isub
            invokevirtual org.bouncycastle.math.ec.ECFieldElement$F2m.squarePow:(I)Lorg/bouncycastle/math/ec/ECFieldElement;
      StackMap locals:
      StackMap stack: org.bouncycastle.math.ec.ECFieldElement
         3: areturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public int getRepresentation();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 845
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.representation:I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public int getM();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 854
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public int getK1();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 867
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            iconst_0
            iaload
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public int getK2();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 878
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            arraylength
            iconst_2
            if_icmplt 1
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            iconst_1
            iaload
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  public int getK3();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 889
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            arraylength
            iconst_3
            if_icmplt 1
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            iconst_2
            iaload
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;

  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.ECFieldElement$F2m this
        start local 1 // java.lang.Object anObject
         0: .line 894
            aload 1 /* anObject */
            aload 0 /* this */
            if_acmpne 2
         1: .line 896
            iconst_1
            ireturn
         2: .line 899
      StackMap locals:
      StackMap stack:
            aload 1 /* anObject */
            instanceof org.bouncycastle.math.ec.ECFieldElement$F2m
            ifne 4
         3: .line 901
            iconst_0
            ireturn
         4: .line 904
      StackMap locals:
      StackMap stack:
            aload 1 /* anObject */
            checkcast org.bouncycastle.math.ec.ECFieldElement$F2m
            astore 2 /* b */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement$F2m b
         5: .line 906
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            aload 2 /* b */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            if_icmpne 10
         6: .line 907
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.representation:I
            aload 2 /* b */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.representation:I
            if_icmpne 10
         7: .line 908
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            aload 2 /* b */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokestatic org.bouncycastle.util.Arrays.areEqual:([I[I)Z
            ifeq 10
         8: .line 909
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            aload 2 /* b */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 906
            iconst_1
            ireturn
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement$F2m
      StackMap stack:
        10: iconst_0
            ireturn
        end local 2 // org.bouncycastle.math.ec.ECFieldElement$F2m b
        end local 1 // java.lang.Object anObject
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
            0   11     1  anObject  Ljava/lang/Object;
            5   11     2         b  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
    MethodParameters:
          Name  Flags
      anObject  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
         0: .line 914
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.x:Lorg/bouncycastle/math/ec/LongArray;
            invokevirtual org.bouncycastle.math.ec.LongArray.hashCode:()I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.m:I
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.ECFieldElement$F2m.ks:[I
            invokestatic org.bouncycastle.util.Arrays.hashCode:([I)I
            ixor
            ireturn
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$F2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$F2m;
}
SourceFile: "ECFieldElement.java"
NestHost: org.bouncycastle.math.ec.ECFieldElement
InnerClasses:
  public abstract AbstractF2m = org.bouncycastle.math.ec.ECFieldElement$AbstractF2m of org.bouncycastle.math.ec.ECFieldElement
  public F2m = org.bouncycastle.math.ec.ECFieldElement$F2m of org.bouncycastle.math.ec.ECFieldElement