Implemented Number Theoretic Transform using the FFT algorithm
By pre-multiplying the input arrays with a linear phase the fast multiplication via FFT and inverse FFT computes a negative wrapped convolution corresponding to a modulus of x^n+1.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup bliss_public_key bliss_public_key
|
||||
* @{ @ingroup gmp_p
|
||||
* @{ @ingroup bliss_p
|
||||
*/
|
||||
|
||||
#ifndef BLISS_PUBLIC_KEY_H_
|
||||
|
||||
Reference in New Issue
Block a user