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

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

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