public abstract class org.bouncycastle.math.ec.ECFieldElement$AbstractF2m extends org.bouncycastle.math.ec.ECFieldElement
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.bouncycastle.math.ec.ECFieldElement$AbstractF2m
  super_class: org.bouncycastle.math.ec.ECFieldElement
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$AbstractF2m this
         0: .line 503
            aload 0 /* this */
            invokespecial org.bouncycastle.math.ec.ECFieldElement.<init>:()V
            return
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$AbstractF2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$AbstractF2m;

  public org.bouncycastle.math.ec.ECFieldElement halfTrace();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$AbstractF2m this
         0: .line 507
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement$AbstractF2m.getFieldSize:()I
            istore 1 /* m */
        start local 1 // int m
         1: .line 508
            iload 1 /* m */
            iconst_1
            iand
            ifne 3
         2: .line 510
            new java.lang.IllegalStateException
            dup
            ldc "Half-trace only defined for odd m"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 513
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            astore 2 /* fe */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement fe
         4: .line 514
            aload 2 /* fe */
            astore 3 /* ht */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement ht
         5: .line 515
            iconst_2
            istore 4 /* i */
        start local 4 // int i
         6: goto 10
         7: .line 517
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int
      StackMap stack:
            aload 2 /* fe */
            iconst_2
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.squarePow:(I)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* fe */
         8: .line 518
            aload 3 /* ht */
            aload 2 /* fe */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 3 /* ht */
         9: .line 515
            iinc 4 /* i */ 2
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            iload 1 /* m */
            if_icmplt 7
        end local 4 // int i
        11: .line 521
            aload 3 /* ht */
            areturn
        end local 3 // org.bouncycastle.math.ec.ECFieldElement ht
        end local 2 // org.bouncycastle.math.ec.ECFieldElement fe
        end local 1 // int m
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$AbstractF2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$AbstractF2m;
            1   12     1     m  I
            4   12     2    fe  Lorg/bouncycastle/math/ec/ECFieldElement;
            5   12     3    ht  Lorg/bouncycastle/math/ec/ECFieldElement;
            6   11     4     i  I

  public int trace();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.bouncycastle.math.ec.ECFieldElement$AbstractF2m this
         0: .line 526
            aload 0 /* this */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement$AbstractF2m.getFieldSize:()I
            istore 1 /* m */
        start local 1 // int m
         1: .line 527
            aload 0 /* this */
            astore 2 /* fe */
        start local 2 // org.bouncycastle.math.ec.ECFieldElement fe
         2: .line 528
            aload 2 /* fe */
            astore 3 /* tr */
        start local 3 // org.bouncycastle.math.ec.ECFieldElement tr
         3: .line 529
            iconst_1
            istore 4 /* i */
        start local 4 // int i
         4: goto 8
         5: .line 531
      StackMap locals: org.bouncycastle.math.ec.ECFieldElement$AbstractF2m int org.bouncycastle.math.ec.ECFieldElement org.bouncycastle.math.ec.ECFieldElement int
      StackMap stack:
            aload 2 /* fe */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.square:()Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 2 /* fe */
         6: .line 532
            aload 3 /* tr */
            aload 2 /* fe */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.add:(Lorg/bouncycastle/math/ec/ECFieldElement;)Lorg/bouncycastle/math/ec/ECFieldElement;
            astore 3 /* tr */
         7: .line 529
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 1 /* m */
            if_icmplt 5
        end local 4 // int i
         9: .line 534
            aload 3 /* tr */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isZero:()Z
            ifeq 11
        10: .line 536
            iconst_0
            ireturn
        11: .line 538
      StackMap locals:
      StackMap stack:
            aload 3 /* tr */
            invokevirtual org.bouncycastle.math.ec.ECFieldElement.isOne:()Z
            ifeq 13
        12: .line 540
            iconst_1
            ireturn
        13: .line 542
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "Internal error in trace calculation"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // org.bouncycastle.math.ec.ECFieldElement tr
        end local 2 // org.bouncycastle.math.ec.ECFieldElement fe
        end local 1 // int m
        end local 0 // org.bouncycastle.math.ec.ECFieldElement$AbstractF2m this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/bouncycastle/math/ec/ECFieldElement$AbstractF2m;
            1   14     1     m  I
            2   14     2    fe  Lorg/bouncycastle/math/ec/ECFieldElement;
            3   14     3    tr  Lorg/bouncycastle/math/ec/ECFieldElement;
            4    9     4     i  I
}
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