Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NTRUParameters.java « ntru « crypto « pqc « spongycastle « org « java « main « src « core - gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ce2154d1d00b83c725a7aa3ff4ca51dac0bfcbb (plain)
1
2
3
4
5
6
7
package org.spongycastle.pqc.crypto.ntru;

public class NTRUParameters
{
    public static final int TERNARY_POLYNOMIAL_TYPE_SIMPLE = 0;
    public static final int TERNARY_POLYNOMIAL_TYPE_PRODUCT = 1;
}