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
+16-1
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,28 @@
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.3 (Aug 25, 2022)
4
+
5
+
- Use SoftSpokenOT to avoid unclear security of KOS OT extension candidate
6
+
- Fix security bug in MAC check when using multithreading
7
+
- Fix security bug to prevent selective failure attack by checking earlier
8
+
- Fix security bug in Mama: insufficient sacrifice.
9
+
- Inverse permutation (@Quitlox)
10
+
- Easier direct compilation (@eriktaubeneck)
11
+
- Generally allow element-vector operations
12
+
- Increase maximum register size to 2^54
13
+
- Client example in Python
14
+
- Uniform base OTs across platforms
15
+
- Multithreaded base OT computation
16
+
- Faster random bit generation in two-player Semi(2k)
17
+
3
18
## 0.3.2 (May 27, 2022)
4
19
5
20
- Secure shuffling
6
21
- O(n log n) radix sorting
7
22
- Documented BGV encryption interface
8
23
- Optimized matrix multiplication in dealer protocol
9
24
- Fixed security bug in homomorphic encryption parameter generation
10
-
- Fixed Security bug in Temi matrix multiplication
25
+
- Fixed security bug in Temi matrix multiplication
0 commit comments