Skip to content

Commit 13220d5

Browse files
committed
Merge master into cleanup
2 parents 5f5533c + a32b2b7 commit 13220d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,9 @@ npm run casm -- circuits/macros/and-8.casm circuits/and-8.txt
9292

9393
## Running Tests
9494

95-
### End-to-end Tests
96-
All of the built-in test vectors can be verified in `npm test`. The tests will run a server automatically.
95+
All of the built-in test vectors can be verified in `npm test`. The tests will run a server automatically. These are end-to-end tests.
9796

9897
## Capabilities
99-
10098
JIGG is designed for semi-honest parties (in either node or in the browser). We support point-and-permute, free-XOR, free single-input gates, and encryption from a random oracle (fixed-key XChaCha20). The half-AND optimization is compatible but not yet supported. The default label size is 128 bits and relies on JavaScript's Uint8Array class. The [`simple-labels`](https://github.com/wyatt-howe/jigg/tree/simple-labels) branch demonstrates dynamically-sized labels (that are 53 bits in length or less) without using arrays. Some potential improvements are listed in the to-do section.
10199

102100
## Contributing
@@ -107,5 +105,4 @@ JIGG is fully functional as it is now, but there's still more to do (see the lis
107105
- Standardize JSON/serialized/compressed formats for inter-party messages compatible with [SIGG](https://github.com/multiparty/sigg)
108106

109107
## Information and Collaborators
110-
111108
More information about this project, including collaborators and publications, can be found at [multiparty.org](https://multiparty.org/).

0 commit comments

Comments
 (0)