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

package org.bouncycastle.pqc.crypto.ntru;

class OWCPADecryptResult
{
    final byte[] rm;
    final int fail;
    
    public OWCPADecryptResult(final byte[] rm, final int fail) {
        this.rm = rm;
        this.fail = fail;
    }
}
