// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.pqc.crypto.sphincsplus;

class PK
{
    final byte[] seed;
    final byte[] root;
    
    PK(final byte[] seed, final byte[] root) {
        this.seed = seed;
        this.root = root;
    }
}
