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

package org.bouncycastle.pqc.crypto.ntru;

class OWCPAKeyPair
{
    public final byte[] publicKey;
    public final byte[] privateKey;
    
    public OWCPAKeyPair(final byte[] publicKey, final byte[] privateKey) {
        this.publicKey = publicKey;
        this.privateKey = privateKey;
    }
}
