Skip to content

Commit bc81d3f

Browse files
committed
screenshots
1 parent 0d485d4 commit bc81d3f

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

Screenshots/2lDH_1.png

831 KB
Loading

Screenshots/2lDH_2.png

913 KB
Loading
-174 KB
Binary file not shown.

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ int main() {
1717
b1 = 2; // rand() % RED_2lDH_RANDOM_A1_KEY_70m + 2;
1818
b2 = 6000;
1919

20-
Red::TwoLayerDiffieHellman<Red::uint65536_t> Alice(&P, &a1, &a2/*, RED_2lDH_6k_AUTO*/); // Also there're _8k_, _11k_, _16k_, _20k_.
20+
Red::TwoLayerDiffieHellman<Red::uint65536_t> Alice(&P, &a1, &a2, RED_2lDH_16k_AUTO); // Also there're _8k_, _11k_, _16k_, _20k_.
2121
Red::TwoLayerDiffieHellman<Red::uint65536_t> Bob(&P, &b1, &b2); // Will set 8k automatically.
2222

2323
std::cout << std::endl;

0 commit comments

Comments
 (0)