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

package org.bouncycastle.pqc.crypto.sphincsplus;

class SK
{
    final byte[] seed;
    final byte[] prf;
    
    SK(final byte[] seed, final byte[] prf) {
        this.seed = seed;
        this.prf = prf;
    }
}
