SecretKey constructor

const SecretKey(
  1. FalconParams param,
  2. List<int> f,
  3. List<int> g,
  4. List<int> bigF,
  5. List<int> bigG,
  6. List<List<List<Complex>>> b0Fft,
  7. FfTree tFft,
)

Implementation

const SecretKey(
  this.param,
  this.f,
  this.g,
  this.bigF,
  this.bigG,
  this.b0Fft,
  this.tFft,
);