wip, works for values < (1<<62)

This commit is contained in:
2025-08-22 14:02:10 +00:00
parent 4dca2c6ff5
commit 4d4e2dab76
5 changed files with 300 additions and 24 deletions

View File

@@ -41,7 +41,7 @@ impl TGGSW {
}
}
/// External product tggsw x tglwe
/// External product TGGSW x TGLWE
impl Mul<TGLWE> for TGGSW {
type Output = TGLWE;