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
+15
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
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.3.6 (May 9, 2023)
4
+
5
+
- More extensive benchmarking outputs
6
+
- Replace MPIR by GMP
7
+
- Secure reading of edaBits from files
8
+
- Semi-honest client communication
9
+
- Back-propagation for average pooling
10
+
- Parallelized convolution
11
+
- Probabilistic truncation as in ABY3
12
+
- More balanced communication in Shamir secret sharing
13
+
- Avoid unnecessary communication in Dealer protocol
14
+
- Linear solver using Cholesky decomposition
15
+
- Accept .py files for compilation
16
+
- Fixed security bug: proper accounting for random elements
0 commit comments