public class org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement extends org.bouncycastle.math.ec.ECFieldElement$AbstractFp
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
  super_class: org.bouncycastle.math.ec.ECFieldElement$AbstractFp
{
  public static final java.math.BigInteger Q;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  protected int[] x;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 12
            getstatic org.bouncycastle.math.ec.custom.sec.SecP192R1Curve.q:Ljava/math/BigInteger;
            putstatic org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.Q:Ljava/math/BigInteger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.SecP192R1FieldElement this
        start local 1 // java.math.BigInteger x
         0: .line 16
            aload 0 /* this */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$AbstractFp.<init>:()V
         1: .line 18
            aload 1 /* x */
            ifnull 2
            aload 1 /* x */
            invokevirtual java.math.BigInteger.signum:()I
            iflt 2
            aload 1 /* x */
            getstatic org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.Q:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.compareTo:(Ljava/math/BigInteger;)I
            iflt 3
         2: .line 20
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement java.math.BigInteger
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "x value invalid for SecP192R1FieldElement"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 23
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* x */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.fromBigInteger:(Ljava/math/BigInteger;)[I
            putfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
         4: .line 24
            return
        end local 1 // java.math.BigInteger x
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            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.SecP192R1FieldElement this
         0: .line 26
            aload 0 /* this */
            invokespecial org.bouncycastle.math.ec.ECFieldElement$AbstractFp.<init>:()V
         1: .line 28
            aload 0 /* this */
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            putfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
         2: .line 29
            return
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;

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

  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.SecP192R1FieldElement this
         0: .line 38
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            invokestatic org.bouncycastle.math.raw.Nat192.isZero:([I)Z
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;

  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.SecP192R1FieldElement this
         0: .line 43
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            invokestatic org.bouncycastle.math.raw.Nat192.isOne:([I)Z
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;

  public boolean testBitZero();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
         0: .line 48
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            iconst_0
            invokestatic org.bouncycastle.math.raw.Nat192.getBit:([II)I
            iconst_1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;

  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.SecP192R1FieldElement this
         0: .line 53
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            invokestatic org.bouncycastle.math.raw.Nat192.toBigInteger:([I)Ljava/math/BigInteger;
            areturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;

  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.SecP192R1FieldElement this
         0: .line 58
            ldc "SecP192R1Field"
            areturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;

  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.SecP192R1FieldElement this
         0: .line 63
            getstatic org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.Q:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.bitLength:()I
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;

  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.SecP192R1FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 68
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 2 /* z */
        start local 2 // int[] z
         1: .line 69
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.add:([I[I[I)V
         2: .line 70
            new org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.<init>:([I)V
            areturn
        end local 2 // int[] z
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            0    3     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            1    3     2     z  [I
    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.SecP192R1FieldElement this
         0: .line 75
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 1 /* z */
        start local 1 // int[] z
         1: .line 76
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.addOne:([I[I)V
         2: .line 77
            new org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.<init>:([I)V
            areturn
        end local 1 // int[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            1    3     1     z  [I

  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=3, locals=3, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 82
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 2 /* z */
        start local 2 // int[] z
         1: .line 83
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.subtract:([I[I[I)V
         2: .line 84
            new org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.<init>:([I)V
            areturn
        end local 2 // int[] z
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            0    3     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            1    3     2     z  [I
    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.SecP192R1FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 89
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 2 /* z */
        start local 2 // int[] z
         1: .line 90
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.multiply:([I[I[I)V
         2: .line 91
            new org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.<init>:([I)V
            areturn
        end local 2 // int[] z
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            0    3     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            1    3     2     z  [I
    MethodParameters:
      Name  Flags
      b     

  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=3, locals=3, args_size=2
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
        start local 1 // org.bouncycastle.math.ec.ECFieldElement b
         0: .line 97
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 2 /* z */
        start local 2 // int[] z
         1: .line 98
            getstatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.P:[I
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 2 /* z */
            invokestatic org.bouncycastle.math.raw.Mod.invert:([I[I[I)V
         2: .line 99
            aload 2 /* z */
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.multiply:([I[I[I)V
         3: .line 100
            new org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.<init>:([I)V
            areturn
        end local 2 // int[] z
        end local 1 // org.bouncycastle.math.ec.ECFieldElement b
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            0    4     1     b  Lorg/bouncycastle/math/ec/ECFieldElement;
            1    4     2     z  [I
    MethodParameters:
      Name  Flags
      b     

  public org.bouncycastle.math.ec.ECFieldElement negate();
    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.SecP192R1FieldElement this
         0: .line 105
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 1 /* z */
        start local 1 // int[] z
         1: .line 106
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.negate:([I[I)V
         2: .line 107
            new org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.<init>:([I)V
            areturn
        end local 1 // int[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            1    3     1     z  [I

  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.SecP192R1FieldElement this
         0: .line 112
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 1 /* z */
        start local 1 // int[] z
         1: .line 113
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.square:([I[I)V
         2: .line 114
            new org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.<init>:([I)V
            areturn
        end local 1 // int[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            1    3     1     z  [I

  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.SecP192R1FieldElement this
         0: .line 120
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 1 /* z */
        start local 1 // int[] z
         1: .line 121
            getstatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.P:[I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 1 /* z */
            invokestatic org.bouncycastle.math.raw.Mod.invert:([I[I[I)V
         2: .line 122
            new org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.<init>:([I)V
            areturn
        end local 1 // int[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            1    3     1     z  [I

  public org.bouncycastle.math.ec.ECFieldElement sqrt();
    descriptor: ()Lorg/bouncycastle/math/ec/ECFieldElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
         0: .line 134
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            astore 1 /* x1 */
        start local 1 // int[] x1
         1: .line 135
            aload 1 /* x1 */
            invokestatic org.bouncycastle.math.raw.Nat192.isZero:([I)Z
            ifne 2
            aload 1 /* x1 */
            invokestatic org.bouncycastle.math.raw.Nat192.isOne:([I)Z
            ifeq 3
         2: .line 137
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            areturn
         3: .line 140
      StackMap locals:
      StackMap stack:
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 2 /* t1 */
        start local 2 // int[] t1
         4: .line 141
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 3 /* t2 */
        start local 3 // int[] t2
         5: .line 143
            aload 1 /* x1 */
            aload 2 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.square:([I[I)V
         6: .line 144
            aload 2 /* t1 */
            aload 1 /* x1 */
            aload 2 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.multiply:([I[I[I)V
         7: .line 146
            aload 2 /* t1 */
            iconst_2
            aload 3 /* t2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.squareN:([II[I)V
         8: .line 147
            aload 3 /* t2 */
            aload 2 /* t1 */
            aload 3 /* t2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.multiply:([I[I[I)V
         9: .line 149
            aload 3 /* t2 */
            iconst_4
            aload 2 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.squareN:([II[I)V
        10: .line 150
            aload 2 /* t1 */
            aload 3 /* t2 */
            aload 2 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.multiply:([I[I[I)V
        11: .line 152
            aload 2 /* t1 */
            bipush 8
            aload 3 /* t2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.squareN:([II[I)V
        12: .line 153
            aload 3 /* t2 */
            aload 2 /* t1 */
            aload 3 /* t2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.multiply:([I[I[I)V
        13: .line 155
            aload 3 /* t2 */
            bipush 16
            aload 2 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.squareN:([II[I)V
        14: .line 156
            aload 2 /* t1 */
            aload 3 /* t2 */
            aload 2 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.multiply:([I[I[I)V
        15: .line 158
            aload 2 /* t1 */
            bipush 32
            aload 3 /* t2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.squareN:([II[I)V
        16: .line 159
            aload 3 /* t2 */
            aload 2 /* t1 */
            aload 3 /* t2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.multiply:([I[I[I)V
        17: .line 161
            aload 3 /* t2 */
            bipush 64
            aload 2 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.squareN:([II[I)V
        18: .line 162
            aload 2 /* t1 */
            aload 3 /* t2 */
            aload 2 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.multiply:([I[I[I)V
        19: .line 164
            aload 2 /* t1 */
            bipush 62
            aload 2 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.squareN:([II[I)V
        20: .line 165
            aload 2 /* t1 */
            aload 3 /* t2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192R1Field.square:([I[I)V
        21: .line 167
            aload 1 /* x1 */
            aload 3 /* t2 */
            invokestatic org.bouncycastle.math.raw.Nat192.eq:([I[I)Z
            ifeq 22
            new org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            dup
            aload 2 /* t1 */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.<init>:([I)V
            goto 23
      StackMap locals: int[] int[]
      StackMap stack:
        22: aconst_null
      StackMap locals:
      StackMap stack: org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
        23: areturn
        end local 3 // int[] t2
        end local 2 // int[] t1
        end local 1 // int[] x1
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            1   24     1    x1  [I
            4   24     2    t1  [I
            5   24     3    t2  [I

  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.SecP192R1FieldElement this
        start local 1 // java.lang.Object other
         0: .line 172
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 174
            iconst_1
            ireturn
         2: .line 177
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            ifne 4
         3: .line 179
            iconst_0
            ireturn
         4: .line 182
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement
            astore 2 /* o */
        start local 2 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement o
         5: .line 183
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            aload 2 /* o */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            invokestatic org.bouncycastle.math.raw.Nat192.eq:([I[I)Z
            ireturn
        end local 2 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement o
        end local 1 // java.lang.Object other
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
            0    6     1  other  Ljava/lang/Object;
            5    6     2      o  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
    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.SecP192R1FieldElement this
         0: .line 188
            getstatic org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.Q:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.hashCode:()I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement.x:[I
            iconst_0
            bipush 6
            invokestatic org.bouncycastle.util.Arrays.hashCode:([III)I
            ixor
            ireturn
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement;
}
SourceFile: "SecP192R1FieldElement.java"
InnerClasses:
  public abstract AbstractFp = org.bouncycastle.math.ec.ECFieldElement$AbstractFp of org.bouncycastle.math.ec.ECFieldElement