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

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

  int[] xyd;
    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$PointPrecomp this
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            aload 0 /* this */
            invokestatic org.bouncycastle.math.ec.rfc7748.X25519Field.create:()[I
            putfield org.bouncycastle.math.ec.rfc8032.Ed25519$PointPrecomp.ypx_h:[I
         2: .line 91
            aload 0 /* this */
            invokestatic org.bouncycastle.math.ec.rfc7748.X25519Field.create:()[I
            putfield org.bouncycastle.math.ec.rfc8032.Ed25519$PointPrecomp.ymx_h:[I
         3: .line 92
            aload 0 /* this */
            invokestatic org.bouncycastle.math.ec.rfc7748.X25519Field.create:()[I
            putfield org.bouncycastle.math.ec.rfc8032.Ed25519$PointPrecomp.xyd:[I
         4: .line 88
            return
        end local 0 // org.bouncycastle.math.ec.rfc8032.Ed25519$PointPrecomp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/math/ec/rfc8032/Ed25519$PointPrecomp;
}
SourceFile: "Ed25519.java"
NestHost: org.bouncycastle.math.ec.rfc8032.Ed25519
InnerClasses:
  private PointPrecomp = org.bouncycastle.math.ec.rfc8032.Ed25519$PointPrecomp of org.bouncycastle.math.ec.rfc8032.Ed25519