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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
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.1.5 (Mar 20, 2020)
4
+
5
+
- Faster conversion between arithmetic and binary secret sharing using [extended daBits](https://eprint.iacr.org/2020/338)
6
+
- Optimized daBits
7
+
- Optimized logistic regression
8
+
- Faster compilation of repetitive code (compiler option `-C`)
9
+
- ChaiGear: [HighGear](https://eprint.iacr.org/2017/1230) with covert key generation
0 commit comments