public class IntNTTBuilder extends Object implements NTTBuilder
int type.IntTableFNTStrategy,
IntSixStepFNTStrategy,
IntTwoPassFNTStrategy,
IntFactor3NTTStrategy,
IntFactor3SixStepNTTStrategy| Constructor and Description |
|---|
IntNTTBuilder()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NTTStrategy |
createNTT(long size)
Creates a Number Theoretic Transform of suitable
type for the specified length.
|
public NTTStrategy createNTT(long size)
NTTBuildercreateNTT in interface NTTBuildersize - The transform length that will be used.