Added missing tests for CGGI & added standard blind rotation

This commit is contained in:
Jean-Philippe Bossuat
2025-07-08 13:23:38 +02:00
parent 5234c3fc63
commit 992cb3fa37
3 changed files with 130 additions and 36 deletions

View File

@@ -74,6 +74,11 @@ impl BlindRotationKeyCGGI<FFT64> {
}
}
#[allow(dead_code)]
pub(crate) fn n(&self) -> usize {
self.data[0].n()
}
#[allow(dead_code)]
pub(crate) fn rows(&self) -> usize {
self.data[0].rows()