what-the-bank/sources/org/bouncycastle/pqc/crypto/newhope/Params.java

15 lines
325 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.pqc.crypto.newhope;
/* loaded from: classes6.dex */
class Params {
static final int K = 16;
static final int N = 1024;
static final int POLY_BYTES = 1792;
static final int Q = 12289;
static final int REC_BYTES = 256;
static final int SEED_BYTES = 32;
Params() {
}
}