mirror of
https://github.com/arnaucube/fhe-study.git
synced 2026-01-24 04:33:52 +01:00
wip, works for values < (1<<62)
This commit is contained in:
@@ -41,7 +41,7 @@ impl TGGSW {
|
||||
}
|
||||
}
|
||||
|
||||
/// External product tggsw x tglwe
|
||||
/// External product TGGSW x TGLWE
|
||||
impl Mul<TGLWE> for TGGSW {
|
||||
type Output = TGLWE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user