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: CHANGES.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# List of Changes
2
2
3
+
## Version 0.6.0
4
+
5
+
- Added a function `SenderDB::clear_oprf_key` to clear the OPRF key from a `SenderDB`. This can be useful in some situations, where the `SenderDB` should serve query requests in an untrusted environment and should have no access to the OPRF key. Note that the `SenderDB::strip` function does **not** clear the OPRF key.
6
+
- Removed `parameters/16M-256.json`: use [parameters/16M-1024.json](parameters/16M-1024.json) instead.
7
+
- Added some error handling code in [sender/apsi/zmq/sender_dispatcher.cpp](sender/apsi/zmq/sender_dispatcher.cpp).
8
+
3
9
## Version 0.5.0
4
10
5
11
- Added flexibility to use *any* value for `felts_per_item` in `PSIParams`, not just a power of two.
0 commit comments