Skip to content

Commit

Permalink
Repo sync (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Aug 4, 2023
1 parent fbe8002 commit c1a5f3e
Show file tree
Hide file tree
Showing 85 changed files with 5,473 additions and 3,241 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ docker exec -it spu-dev-$(whoami) bash
#### Linux

```sh
Install gcc>=11.2, cmake>=3.18, ninja, nasm>=2.15, python==3.8, bazel==5.4.1, golang
Install gcc>=11.2, cmake>=3.18, ninja, nasm>=2.15, python==3.8, bazel==6.2.1, golang

python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-dev.txt
Expand Down
224 changes: 100 additions & 124 deletions docs/development/add_protocols.rst

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions docs/reference/complexity.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Semi2k

|kernel | latency | comm |
|-------|------------------|---------------------------------|
|a2b |(log(K)+1)\*log(N)|(2\*log(K)+1)\*2\*K\*(N-1)\*(N-1)|
Expand All @@ -18,9 +17,7 @@
|xor_bp |0 |0 |
|and_bb |1 |K\*2\*(N-1) |
|and_bp |0 |0 |

# Aby3

|kernel | latency | comm |
|-------|----------|--------------|
|a2b |log(K)+1+1|log(K)\*K+K\*2|
Expand Down
Loading

0 comments on commit c1a5f3e

Please sign in to comment.