public class org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement 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.SecP192K1FieldElement
  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.SecP192K1Curve.q:Ljava/math/BigInteger;
            putstatic org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.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.SecP192K1FieldElement 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.SecP192K1FieldElement.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.SecP192K1FieldElement java.math.BigInteger
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "x value invalid for SecP192K1FieldElement"
            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.SecP192K1Field.fromBigInteger:(Ljava/math/BigInteger;)[I
            putfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
         4: .line 24
            return
        end local 1 // java.math.BigInteger x
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            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.SecP192K1FieldElement 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.SecP192K1FieldElement.x:[I
         2: .line 29
            return
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;

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

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

  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.SecP192K1FieldElement this
         0: .line 48
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.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.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;

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

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

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

  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.SecP192K1FieldElement 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.SecP192K1FieldElement.x:[I
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.add:([I[I[I)V
         2: .line 70
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<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.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            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.SecP192K1FieldElement 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.SecP192K1FieldElement.x:[I
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.addOne:([I[I)V
         2: .line 77
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            areturn
        end local 1 // int[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            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.SecP192K1FieldElement 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.SecP192K1FieldElement.x:[I
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.subtract:([I[I[I)V
         2: .line 84
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<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.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            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.SecP192K1FieldElement 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.SecP192K1FieldElement.x:[I
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
         2: .line 91
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<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.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            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.SecP192K1FieldElement 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.SecP192K1Field.P:[I
            aload 1 /* b */
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.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.SecP192K1FieldElement.x:[I
            aload 2 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
         3: .line 100
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 2 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<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.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            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.SecP192K1FieldElement 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.SecP192K1FieldElement.x:[I
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.negate:([I[I)V
         2: .line 107
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            areturn
        end local 1 // int[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            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.SecP192K1FieldElement 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.SecP192K1FieldElement.x:[I
            aload 1 /* z */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
         2: .line 114
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            areturn
        end local 1 // int[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            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.SecP192K1FieldElement 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.SecP192K1Field.P:[I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.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.SecP192K1FieldElement
            dup
            aload 1 /* z */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            areturn
        end local 1 // int[] z
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            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=14, args_size=1
        start local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement this
         0: .line 141
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            astore 1 /* x1 */
        start local 1 // int[] x1
         1: .line 142
            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 144
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            areturn
         3: .line 147
      StackMap locals:
      StackMap stack:
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 2 /* x2 */
        start local 2 // int[] x2
         4: .line 148
            aload 1 /* x1 */
            aload 2 /* x2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
         5: .line 149
            aload 2 /* x2 */
            aload 1 /* x1 */
            aload 2 /* x2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
         6: .line 150
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 3 /* x3 */
        start local 3 // int[] x3
         7: .line 151
            aload 2 /* x2 */
            aload 3 /* x3 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
         8: .line 152
            aload 3 /* x3 */
            aload 1 /* x1 */
            aload 3 /* x3 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
         9: .line 153
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 4 /* x6 */
        start local 4 // int[] x6
        10: .line 154
            aload 3 /* x3 */
            iconst_3
            aload 4 /* x6 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        11: .line 155
            aload 4 /* x6 */
            aload 3 /* x3 */
            aload 4 /* x6 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        12: .line 156
            aload 4 /* x6 */
            astore 5 /* x8 */
        start local 5 // int[] x8
        13: .line 157
            aload 4 /* x6 */
            iconst_2
            aload 5 /* x8 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        14: .line 158
            aload 5 /* x8 */
            aload 2 /* x2 */
            aload 5 /* x8 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        15: .line 159
            aload 2 /* x2 */
            astore 6 /* x16 */
        start local 6 // int[] x16
        16: .line 160
            aload 5 /* x8 */
            bipush 8
            aload 6 /* x16 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        17: .line 161
            aload 6 /* x16 */
            aload 5 /* x8 */
            aload 6 /* x16 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        18: .line 162
            aload 5 /* x8 */
            astore 7 /* x19 */
        start local 7 // int[] x19
        19: .line 163
            aload 6 /* x16 */
            iconst_3
            aload 7 /* x19 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        20: .line 164
            aload 7 /* x19 */
            aload 3 /* x3 */
            aload 7 /* x19 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        21: .line 165
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 8 /* x35 */
        start local 8 // int[] x35
        22: .line 166
            aload 7 /* x19 */
            bipush 16
            aload 8 /* x35 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        23: .line 167
            aload 8 /* x35 */
            aload 6 /* x16 */
            aload 8 /* x35 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        24: .line 168
            aload 6 /* x16 */
            astore 9 /* x70 */
        start local 9 // int[] x70
        25: .line 169
            aload 8 /* x35 */
            bipush 35
            aload 9 /* x70 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        26: .line 170
            aload 9 /* x70 */
            aload 8 /* x35 */
            aload 9 /* x70 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        27: .line 171
            aload 8 /* x35 */
            astore 10 /* x140 */
        start local 10 // int[] x140
        28: .line 172
            aload 9 /* x70 */
            bipush 70
            aload 10 /* x140 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        29: .line 173
            aload 10 /* x140 */
            aload 9 /* x70 */
            aload 10 /* x140 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        30: .line 174
            aload 9 /* x70 */
            astore 11 /* x159 */
        start local 11 // int[] x159
        31: .line 175
            aload 10 /* x140 */
            bipush 19
            aload 11 /* x159 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        32: .line 176
            aload 11 /* x159 */
            aload 7 /* x19 */
            aload 11 /* x159 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        33: .line 178
            aload 11 /* x159 */
            astore 12 /* t1 */
        start local 12 // int[] t1
        34: .line 179
            aload 12 /* t1 */
            bipush 20
            aload 12 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        35: .line 180
            aload 12 /* t1 */
            aload 7 /* x19 */
            aload 12 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        36: .line 181
            aload 12 /* t1 */
            iconst_4
            aload 12 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        37: .line 182
            aload 12 /* t1 */
            aload 3 /* x3 */
            aload 12 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        38: .line 183
            aload 12 /* t1 */
            bipush 6
            aload 12 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.squareN:([II[I)V
        39: .line 184
            aload 12 /* t1 */
            aload 3 /* x3 */
            aload 12 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.multiply:([I[I[I)V
        40: .line 185
            aload 12 /* t1 */
            aload 12 /* t1 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
        41: .line 187
            aload 3 /* x3 */
            astore 13 /* t2 */
        start local 13 // int[] t2
        42: .line 188
            aload 12 /* t1 */
            aload 13 /* t2 */
            invokestatic org.bouncycastle.math.ec.custom.sec.SecP192K1Field.square:([I[I)V
        43: .line 190
            aload 1 /* x1 */
            aload 13 /* t2 */
            invokestatic org.bouncycastle.math.raw.Nat192.eq:([I[I)Z
            ifeq 44
            new org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            dup
            aload 12 /* t1 */
            invokespecial org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.<init>:([I)V
            goto 45
      StackMap locals: org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement int[] int[] int[] int[] int[] int[] int[] int[] int[] int[] int[] int[] int[]
      StackMap stack:
        44: aconst_null
      StackMap locals:
      StackMap stack: org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
        45: areturn
        end local 13 // int[] t2
        end local 12 // int[] t1
        end local 11 // int[] x159
        end local 10 // int[] x140
        end local 9 // int[] x70
        end local 8 // int[] x35
        end local 7 // int[] x19
        end local 6 // int[] x16
        end local 5 // int[] x8
        end local 4 // int[] x6
        end local 3 // int[] x3
        end local 2 // int[] x2
        end local 1 // int[] x1
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   46     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            1   46     1    x1  [I
            4   46     2    x2  [I
            7   46     3    x3  [I
           10   46     4    x6  [I
           13   46     5    x8  [I
           16   46     6   x16  [I
           19   46     7   x19  [I
           22   46     8   x35  [I
           25   46     9   x70  [I
           28   46    10  x140  [I
           31   46    11  x159  [I
           34   46    12    t1  [I
           42   46    13    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.SecP192K1FieldElement this
        start local 1 // java.lang.Object other
         0: .line 195
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 197
            iconst_1
            ireturn
         2: .line 200
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            ifne 4
         3: .line 202
            iconst_0
            ireturn
         4: .line 205
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement
            astore 2 /* o */
        start local 2 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement o
         5: .line 206
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            aload 2 /* o */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.x:[I
            invokestatic org.bouncycastle.math.raw.Nat192.eq:([I[I)Z
            ireturn
        end local 2 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement o
        end local 1 // java.lang.Object other
        end local 0 // org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
            0    6     1  other  Ljava/lang/Object;
            5    6     2      o  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
    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.SecP192K1FieldElement this
         0: .line 211
            getstatic org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.Q:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.hashCode:()I
            aload 0 /* this */
            getfield org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement.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.SecP192K1FieldElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement;
}
SourceFile: "SecP192K1FieldElement.java"
InnerClasses:
  public abstract AbstractFp = org.bouncycastle.math.ec.ECFieldElement$AbstractFp of org.bouncycastle.math.ec.ECFieldElement