class org.bouncycastle.math.ec.rfc8032.Ed25519$PointAccum
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.math.ec.rfc8032.Ed25519$PointAccum
  super_class: java.lang.Object
{
  int[] x;
    descriptor: [I
    flags: (0x0000) 

  int[] y;
    descriptor: [I
    flags: (0x0000) 

  int[] z;
    descriptor: [I
    flags: (0x0000) 

  int[] u;
    descriptor: [I
    flags: (0x0000) 

  int[] v;
    descriptor: [I
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.math.ec.rfc8032.Ed25519$PointAccum this
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 0 /* this */
            invokestatic org.bouncycastle.math.ec.rfc7748.X25519Field.create:()[I
            putfield org.bouncycastle.math.ec.rfc8032.Ed25519$PointAccum.x:[I
         2: .line 74
            aload 0 /* this */
            invokestatic org.bouncycastle.math.ec.rfc7748.X25519Field.create:()[I
            putfield org.bouncycastle.math.ec.rfc8032.Ed25519$PointAccum.y:[I
         3: .line 75
            aload 0 /* this */
            invokestatic org.bouncycastle.math.ec.rfc7748.X25519Field.create:()[I
            putfield org.bouncycastle.math.ec.rfc8032.Ed25519$PointAccum.z:[I
         4: .line 76
            aload 0 /* this */
            invokestatic org.bouncycastle.math.ec.rfc7748.X25519Field.create:()[I
            putfield org.bouncycastle.math.ec.rfc8032.Ed25519$PointAccum.u:[I
         5: .line 77
            aload 0 /* this */
            invokestatic org.bouncycastle.math.ec.rfc7748.X25519Field.create:()[I
            putfield org.bouncycastle.math.ec.rfc8032.Ed25519$PointAccum.v:[I
         6: .line 71
            return
        end local 0 // org.bouncycastle.math.ec.rfc8032.Ed25519$PointAccum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/bouncycastle/math/ec/rfc8032/Ed25519$PointAccum;
}
SourceFile: "Ed25519.java"
NestHost: org.bouncycastle.math.ec.rfc8032.Ed25519
InnerClasses:
  private PointAccum = org.bouncycastle.math.ec.rfc8032.Ed25519$PointAccum of org.bouncycastle.math.ec.rfc8032.Ed25519