Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.falcon
Class FalconParameters

java.lang.Object
  |
  +--org.bouncycastle.pqc.crypto.falcon.FalconParameters
All Implemented Interfaces:
CipherParameters

public class FalconParameters
extends java.lang.Object
implements CipherParameters


Field Summary
static FalconParameters falcon_1024
           
static FalconParameters falcon_512
           
 
Method Summary
 int getLogN()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

falcon_512

public static final FalconParameters falcon_512

falcon_1024

public static final FalconParameters falcon_1024
Method Detail

getLogN

public int getLogN()

getName

public java.lang.String getName()

Bouncy Castle Cryptography Library 1.79