Some whitespace fixes
Didn't change some of the larger testing scripts that use an inconsistent indentation style.
This commit is contained in:
@@ -60,7 +60,7 @@ METHOD(ntt_fft_t, get_modulus, uint16_t,
|
||||
*
|
||||
* x[i1] ---|+|------- x[i1]
|
||||
* \/
|
||||
* /\ w[iw]
|
||||
* /\ w[iw]
|
||||
* x[i2] ---|-|--|*|-- x[i2]
|
||||
*
|
||||
*/
|
||||
@@ -147,7 +147,7 @@ METHOD(ntt_fft_t, transform, void,
|
||||
{
|
||||
iw = s * (inverse ? (n - i * k) : (i * k));
|
||||
butterfly(this, b, t + i, t + i + m, iw);
|
||||
}
|
||||
}
|
||||
}
|
||||
t += 2*m;
|
||||
}
|
||||
@@ -169,7 +169,7 @@ METHOD(ntt_fft_t, transform, void,
|
||||
|
||||
/**
|
||||
* Compensate the linear phase needed for negative wrapped convolution
|
||||
* and normalize the output array with 1/n mod q after the inverse FFT.
|
||||
* and normalize the output array with 1/n mod q after the inverse FFT.
|
||||
*/
|
||||
if (inverse)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user