Jean-Philippe Bossuat
|
4e90e08a71
|
Support for bivariate convolution & normalization with offset (#126)
* Add bivariate-convolution
* Add pair-wise convolution + tests + benches
* Add take_cnv_pvec_[left/right] to Scratch & updated CHANGELOG.md
* cross-base2k normalization with positive offset
* clippy & fix CI doctest avx compile error
* more streamlined bounds derivation for normalization
* Working cross-base2k normalization with pos/neg offset
* Update normalization API & tests
* Add glwe tensoring test
* Add relinearization + preliminary test
* Fix GGLWEToGGSW key infos
* Add (X,Y) convolution by const (1, Y) poly
* Faster normalization test + add bench for cnv_by_const
* Update changelog
|
2025-12-21 16:56:42 +01:00 |
|
Pro7ech
|
3c818d292b
|
Update to non-avx builds
|
2025-11-21 16:38:19 +01:00 |
|
Jean-Philippe Bossuat
|
37e13b965c
|
Add cross-basek normalization (#90)
* added cross_basek_normalization
* updated method signatures to take layouts
* fixed cross-base normalization
fix #91
fix #93
|
2025-09-30 14:40:10 +02:00 |
|
Jean-Philippe Bossuat
|
0be569eca0
|
Clippy check & update CI (#73)
* updated CI workflow with clippy & fmt
|
2025-08-17 13:02:47 +02:00 |
|
Jean-Philippe Bossuat
|
4c59733566
|
Add & fix CI (#60)
|
2025-08-08 19:59:29 +02:00 |
|
Jean-Philippe Bossuat
|
0e0745065e
|
Add Hardware Abstraction Layer (#56)
|
2025-08-08 19:22:42 +02:00 |
|