You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
The changelog explains changes pulled through from the private development repository. Bug fixes and small enhancements are committed between releases and not documented here.
2
2
3
-
## 0.2.2 (Jan 21, 2020)
3
+
## 0.2.3 (Feb 23, 2021)
4
+
5
+
- Distributed key generation for homomorphic encryption with active security similar to [Rotaru et al.](https://eprint.iacr.org/2019/1300)
6
+
- Homomorphic encryption parameters more similar to SCALE-MAMBA
7
+
- Fixed security bug: all-zero secret keys in homomorphic encryption
8
+
- Fixed security bug: missing check in binary Rep4
9
+
- Fixed security bug: insufficient "blaming" (covert security) in CowGear and HighGear due to low default security parameter
10
+
11
+
## 0.2.2 (Jan 21, 2021)
4
12
5
13
- Infrastructure for random element generation
6
14
- Programs generating as much preprocessing data as required by a particular high-level program
0 commit comments