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

package org.bouncycastle.pqc.crypto.snova;

class MapGroup2
{
    public final byte[][][][] f11;
    public final byte[][][][] f12;
    public final byte[][][][] f21;
    
    public MapGroup2(final SnovaParameters snovaParameters) {
        final int m = snovaParameters.getM();
        final int v = snovaParameters.getV();
        final int o = snovaParameters.getO();
        final int lsq = snovaParameters.getLsq();
        this.f11 = new byte[m][v][v][lsq];
        this.f12 = new byte[m][v][o][lsq];
        this.f21 = new byte[m][o][v][lsq];
    }
}
