File tree
5 files changed
+22
-27
lines changed- frontend
- libOTe/Tools
- thirdparty/SimplestOT
5 files changed
+22
-27
lines changedLines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 |
| - | |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
81 |
| - | |
| 82 | + | |
82 | 83 |
| |
83 |
| - | |
| 84 | + | |
84 | 85 |
| |
85 | 86 |
| |
86 | 87 |
| |
|
Submodule cryptoTools updated 33 files
- .github/workflows/build-test.yml+2-2
- CMakeLists.txt+9-2
- cmake/cryptoToolsDepHelper.cmake+23
- cryptoTools/CMakeLists.txt+3
- cryptoTools/Circuit/BetaCircuit.cpp+75-15
- cryptoTools/Circuit/BetaCircuit.h+9-1
- cryptoTools/Circuit/BetaLibrary.cpp+25-25
- cryptoTools/Circuit/MxBit.cpp+95
- cryptoTools/Circuit/MxBit.h+434
- cryptoTools/Circuit/MxCircuit.cpp+484
- cryptoTools/Circuit/MxCircuit.h+675
- cryptoTools/Circuit/MxCircuitLibrary.cpp+863
- cryptoTools/Circuit/MxCircuitLibrary.h+147
- cryptoTools/Circuit/MxTypes.h+525
- cryptoTools/Common/Aligned.h+1-1
- cryptoTools/Common/Timer.h+3
- cryptoTools/Crypto/AES.h+1
- cryptoTools/Crypto/RCurve.cpp+1-1
- frontend_cryptoTools/cuckoo/SimpleCuckoo.cpp-467
- frontend_cryptoTools/cuckoo/SimpleCuckoo.h-137
- frontend_cryptoTools/cuckoo/bounds.xlsx
- frontend_cryptoTools/cuckoo/bounds2.xlsx
- frontend_cryptoTools/cuckoo/cuckooTests.cpp-777
- frontend_cryptoTools/cuckoo/cuckooTests.h-16
- frontend_cryptoTools/cuckoo/stashSize_2h.txt-295
- frontend_cryptoTools/main.cpp-8
- tests_cryptoTools/Circuit_Tests.cpp+7-1
- tests_cryptoTools/Circuit_Tests.h+2
- tests_cryptoTools/MxCircuit_Tests.cpp+889
- tests_cryptoTools/MxCircuit_Tests.h+42
- tests_cryptoTools/UnitTests.cpp+19-2
- tests_cryptoTools/cmakeTests/CMakeLists.txt+9-2
- thirdparty/getCoproto.cmake+1-1
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
37 |
| - | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
234 |
| - | |
235 | 234 |
| |
| 235 | + | |
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
|
Lines changed: 10 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
456 | 456 |
| |
457 | 457 |
| |
458 | 458 |
| |
459 |
| - | |
460 |
| - | |
461 |
| - | |
462 |
| - | |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
| 459 | + | |
467 | 460 |
| |
468 | 461 |
| |
469 | 462 |
| |
| |||
729 | 722 |
| |
730 | 723 |
| |
731 | 724 |
| |
732 |
| - | |
733 |
| - | |
734 |
| - | |
735 |
| - | |
736 |
| - | |
737 |
| - | |
738 |
| - | |
739 |
| - | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
740 | 734 |
| |
741 | 735 |
| |
742 | 736 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
| 150 | + | |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
|
0 commit comments