We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33945b commit efba153Copy full SHA for efba153
exercises/practice/diffie-hellman/diffie-hellman.spec.js
@@ -13,7 +13,7 @@ describe('diffie-hellman', () => {
13
new DiffieHellman(10, 13);
14
}).toThrow();
15
});
16
-
+
17
describe('private key is greater than 1 and less than p', () => {
18
const p = 23;
19
const g = 5;
0 commit comments