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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
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.4.1 (May 30, 2025)
4
+
5
+
- Add protocols with function-dependent preprocessing (https://eprint.iacr.org/2025/919)
6
+
- Parallelize shuffling (@vincent-ehrmanntraut)
7
+
- More efficient probabilistic truncation in Rep3
8
+
- More efficient binary to arithmetic conversion for one bit in Rep3
9
+
- Backend optimizations benefitting the most efficient protocols like Rep3
10
+
- Allow regint registers as argument in exported functions
11
+
- More efficient dot product for GF(2^n)
12
+
- File persistance for GF(2^n)
13
+
- Output of binary secrets
14
+
- SHA256
15
+
- Improved navigation by providing links to relevant papers (`./compile.py --papers`) and outputting which code is executed (`./<protocol>-party.x --code-locations`)
16
+
- Fixed security bug: remove MAC key in case of failure
0 commit comments