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

package org.bouncycastle.pqc.crypto.sphincsplus;

class NodeEntry
{
    final byte[] nodeValue;
    final int nodeHeight;
    
    NodeEntry(final byte[] nodeValue, final int nodeHeight) {
        this.nodeValue = nodeValue;
        this.nodeHeight = nodeHeight;
    }
}
