Updated svp

This commit is contained in:
Jean-Philippe Bossuat
2025-05-06 16:02:32 +02:00
parent 669450c4f1
commit f9b194cca1
4 changed files with 44 additions and 12 deletions

View File

@@ -33,3 +33,14 @@ unsafe extern "C" {
a_sl: u64,
);
}
unsafe extern "C" {
pub unsafe fn svp_apply_dft_to_dft(
module: *const MODULE,
res: *const VEC_ZNX_DFT,
res_size: u64,
ppol: *const SVP_PPOL,
a: *const VEC_ZNX_DFT,
a_size: u64,
);
}