public interface NTTBuilder
NTTStrategy
,
NTTStepStrategy
Modifier and Type | Method and Description |
---|---|
Factor3NTTStepStrategy |
createFactor3NTTSteps()
Creates an object for implementing the steps of factor-3 NTT.
|
NTTStrategy |
createNTT(long size)
Creates a Number Theoretic Transform of suitable
type for the specified length.
|
NTTConvolutionStepStrategy |
createNTTConvolutionSteps()
Creates an object for implementing the steps of a three-NTT
based convolution.
|
NTTStepStrategy |
createNTTSteps()
Creates an object for implementing the steps of a step-based
Number Theoretic Transform.
|
NTTStrategy createNTT(long size)
size
- The transform length that will be used.NTTStepStrategy createNTTSteps()
NTTConvolutionStepStrategy createNTTConvolutionSteps()
Factor3NTTStepStrategy createFactor3NTTSteps()
Copyright © 2018. All rights reserved.