Skip to content

Commit 12f1199

Browse files
jlhcrawfordTabOg
andauthored
Runtime queries and Table class
Extension of HElib's PSI/partial match engine to add functionality that allows HEQL queries to be passed in at runtime via strings. This includes Table class that captures the structure of a PSI table. Pseudo parsers that read both raw strings and strings from files. Additional required utility functions. Co-authored-by: Jack Crawford <[email protected]> Co-authored-by: TabOg <[email protected]>
1 parent 80a8c48 commit 12f1199

File tree

10 files changed

+1372
-409
lines changed

10 files changed

+1372
-409
lines changed

include/helib/CModulus.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ class Cmodulus
140140
// y = FFT(x)
141141
void FFT(NTL::vec_long& y, NTL::zz_pX& x) const;
142142

143-
144143
// expects zp context to be set externally
145144
// x = FFT^{-1}(y)
146145
void iFFT(NTL::zz_pX& x, const NTL::vec_long& y) const;

0 commit comments

Comments
 (0)