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

  public static void mul(int[], int[], int[]);
    descriptor: ([I[I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=9, args_size=3
        start local 0 // int[] x
        start local 1 // int[] y
        start local 2 // int[] zz
         0: .line 8
            aload 0 /* x */
            aload 1 /* y */
            aload 2 /* zz */
            invokestatic org.bouncycastle.math.raw.Nat192.mul:([I[I[I)V
         1: .line 9
            aload 0 /* x */
            bipush 6
            aload 1 /* y */
            bipush 6
            aload 2 /* zz */
            bipush 12
            invokestatic org.bouncycastle.math.raw.Nat192.mul:([II[II[II)V
         2: .line 11
            aload 2 /* zz */
            bipush 6
            aload 2 /* zz */
            bipush 12
            invokestatic org.bouncycastle.math.raw.Nat192.addToEachOther:([II[II)I
            istore 3 /* c18 */
        start local 3 // int c18
         3: .line 12
            iload 3 /* c18 */
            aload 2 /* zz */
            iconst_0
            aload 2 /* zz */
            bipush 6
            iconst_0
            invokestatic org.bouncycastle.math.raw.Nat192.addTo:([II[III)I
            iadd
            istore 4 /* c12 */
        start local 4 // int c12
         4: .line 13
            iload 3 /* c18 */
            aload 2 /* zz */
            bipush 18
            aload 2 /* zz */
            bipush 12
            iload 4 /* c12 */
            invokestatic org.bouncycastle.math.raw.Nat192.addTo:([II[III)I
            iadd
            istore 3 /* c18 */
         5: .line 15
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 5 /* dx */
        start local 5 // int[] dx
         6: invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 6 /* dy */
        start local 6 // int[] dy
         7: .line 16
            aload 0 /* x */
            bipush 6
            aload 0 /* x */
            iconst_0
            aload 5 /* dx */
            iconst_0
            invokestatic org.bouncycastle.math.raw.Nat192.diff:([II[II[II)Z
            aload 1 /* y */
            bipush 6
            aload 1 /* y */
            iconst_0
            aload 6 /* dy */
            iconst_0
            invokestatic org.bouncycastle.math.raw.Nat192.diff:([II[II[II)Z
            ixor
            istore 7 /* neg */
        start local 7 // boolean neg
         8: .line 18
            invokestatic org.bouncycastle.math.raw.Nat192.createExt:()[I
            astore 8 /* tt */
        start local 8 // int[] tt
         9: .line 19
            aload 5 /* dx */
            aload 6 /* dy */
            aload 8 /* tt */
            invokestatic org.bouncycastle.math.raw.Nat192.mul:([I[I[I)V
        10: .line 21
            iload 3 /* c18 */
            iload 7 /* neg */
            ifeq 11
            bipush 12
            aload 8 /* tt */
            iconst_0
            aload 2 /* zz */
            bipush 6
            invokestatic org.bouncycastle.math.raw.Nat.addTo:(I[II[II)I
            goto 12
      StackMap locals: int[] int[] int[] int int int[] int[] int int[]
      StackMap stack: int
        11: bipush 12
            aload 8 /* tt */
            iconst_0
            aload 2 /* zz */
            bipush 6
            invokestatic org.bouncycastle.math.raw.Nat.subFrom:(I[II[II)I
      StackMap locals: int[] int[] int[] int int int[] int[] int int[]
      StackMap stack: int int
        12: iadd
            istore 3 /* c18 */
        13: .line 22
            bipush 24
            iload 3 /* c18 */
            aload 2 /* zz */
            bipush 18
            invokestatic org.bouncycastle.math.raw.Nat.addWordAt:(II[II)I
            pop
        14: .line 23
            return
        end local 8 // int[] tt
        end local 7 // boolean neg
        end local 6 // int[] dy
        end local 5 // int[] dx
        end local 4 // int c12
        end local 3 // int c18
        end local 2 // int[] zz
        end local 1 // int[] y
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0     x  [I
            0   15     1     y  [I
            0   15     2    zz  [I
            3   15     3   c18  I
            4   15     4   c12  I
            6   15     5    dx  [I
            7   15     6    dy  [I
            8   15     7   neg  Z
            9   15     8    tt  [I
    MethodParameters:
      Name  Flags
      x     
      y     
      zz    

  public static void square(int[], int[]);
    descriptor: ([I[I)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // int[] x
        start local 1 // int[] zz
         0: .line 27
            aload 0 /* x */
            aload 1 /* zz */
            invokestatic org.bouncycastle.math.raw.Nat192.square:([I[I)V
         1: .line 28
            aload 0 /* x */
            bipush 6
            aload 1 /* zz */
            bipush 12
            invokestatic org.bouncycastle.math.raw.Nat192.square:([II[II)V
         2: .line 30
            aload 1 /* zz */
            bipush 6
            aload 1 /* zz */
            bipush 12
            invokestatic org.bouncycastle.math.raw.Nat192.addToEachOther:([II[II)I
            istore 2 /* c18 */
        start local 2 // int c18
         3: .line 31
            iload 2 /* c18 */
            aload 1 /* zz */
            iconst_0
            aload 1 /* zz */
            bipush 6
            iconst_0
            invokestatic org.bouncycastle.math.raw.Nat192.addTo:([II[III)I
            iadd
            istore 3 /* c12 */
        start local 3 // int c12
         4: .line 32
            iload 2 /* c18 */
            aload 1 /* zz */
            bipush 18
            aload 1 /* zz */
            bipush 12
            iload 3 /* c12 */
            invokestatic org.bouncycastle.math.raw.Nat192.addTo:([II[III)I
            iadd
            istore 2 /* c18 */
         5: .line 34
            invokestatic org.bouncycastle.math.raw.Nat192.create:()[I
            astore 4 /* dx */
        start local 4 // int[] dx
         6: .line 35
            aload 0 /* x */
            bipush 6
            aload 0 /* x */
            iconst_0
            aload 4 /* dx */
            iconst_0
            invokestatic org.bouncycastle.math.raw.Nat192.diff:([II[II[II)Z
            pop
         7: .line 37
            invokestatic org.bouncycastle.math.raw.Nat192.createExt:()[I
            astore 5 /* tt */
        start local 5 // int[] tt
         8: .line 38
            aload 4 /* dx */
            aload 5 /* tt */
            invokestatic org.bouncycastle.math.raw.Nat192.square:([I[I)V
         9: .line 40
            iload 2 /* c18 */
            bipush 12
            aload 5 /* tt */
            iconst_0
            aload 1 /* zz */
            bipush 6
            invokestatic org.bouncycastle.math.raw.Nat.subFrom:(I[II[II)I
            iadd
            istore 2 /* c18 */
        10: .line 41
            bipush 24
            iload 2 /* c18 */
            aload 1 /* zz */
            bipush 18
            invokestatic org.bouncycastle.math.raw.Nat.addWordAt:(II[II)I
            pop
        11: .line 42
            return
        end local 5 // int[] tt
        end local 4 // int[] dx
        end local 3 // int c12
        end local 2 // int c18
        end local 1 // int[] zz
        end local 0 // int[] x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0     x  [I
            0   12     1    zz  [I
            3   12     2   c18  I
            4   12     3   c12  I
            6   12     4    dx  [I
            8   12     5    tt  [I
    MethodParameters:
      Name  Flags
      x     
      zz    
}
SourceFile: "Nat384.java"