forked from data61/MP-SPDZ
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release to add compiler instructions for external client I/O.
- Loading branch information
1 parent
3ee4e9e
commit 987a782
Showing
172 changed files
with
4,322 additions
and
856 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
The changelog explains changes pulled through from the private development repository. Bug fixes and small enchancements are committed between releases and not documented here. | ||
|
||
## 0.0.2 (Sep 13, 2017) | ||
|
||
### Support sockets based external client input and output to a SPDZ MPC program. | ||
|
||
See the [ExternalIO directory](./ExternalIO/README.md) for more details and examples. | ||
|
||
Note that [libsodium](https://download.libsodium.org/doc/) is now a dependency on the SPDZ build. | ||
|
||
Added compiler instructions: | ||
|
||
* LISTEN | ||
* ACCEPTCLIENTCONNECTION | ||
* CONNECTIPV4 | ||
* WRITESOCKETSHARE | ||
* WRITESOCKETINT | ||
|
||
Removed instructions: | ||
|
||
* OPENSOCKET | ||
* CLOSESOCKET | ||
|
||
Modified instructions: | ||
|
||
* READSOCKETC | ||
* READSOCKETS | ||
* READSOCKETINT | ||
* WRITESOCKETC | ||
* WRITESOCKETS | ||
|
||
Support secure external client input and output with new instructions: | ||
|
||
* READCLIENTPUBLICKEY | ||
* INITSECURESOCKET | ||
* RESPSECURESOCKET | ||
|
||
### Read/Write secret shares to disk to support persistence in a SPDZ MPC program. | ||
|
||
Added compiler instructions: | ||
|
||
* READFILESHARE | ||
* WRITEFILESHARE | ||
|
||
### Other instructions | ||
|
||
Added compiler instructions: | ||
|
||
* DIGESTC - Clear truncated hash computation | ||
* PRINTINT - Print register value | ||
|
||
## 0.0.1 (Sep 2, 2016) | ||
|
||
### Initial Release | ||
|
||
* See `README.md` and `tutorial.md`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.