Skip to content

Commit c1ab732

Browse files
committed
updating tests diffie-hellman
1 parent 8758c83 commit c1ab732

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

exercises/practice/diffie-hellman/.meta/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
],
55
"contributors": [
66
"ankorGH",
7+
"jagdish-15",
78
"rchavarria",
89
"serixscorpio",
910
"SleeplessByte",

exercises/practice/diffie-hellman/.meta/tests.toml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
# This is an auto-generated file. Regular comments will be removed when this
2-
# file is regenerated. Regenerating will not touch any manually added keys,
3-
# so comments can be added in a "comment" key.
1+
# This is an auto-generated file.
2+
#
3+
# Regenerating this file via `configlet sync` will:
4+
# - Recreate every `description` key/value pair
5+
# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications
6+
# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion)
7+
# - Preserve any other key/value pair
8+
#
9+
# As user-added comments (using the # character) will be removed when this file
10+
# is regenerated, comments can be added via a `comment` key.
411

512
[1b97bf38-4307-418e-bfd2-446ffc77588d]
6-
description = "private key is in range 1 .. p"
13+
description = "private key is greater than 1 and less than p"
714

815
[68b2a5f7-7755-44c3-97b2-d28d21f014a9]
916
description = "private key is random"
1017

1118
[b4161d8e-53a1-4241-ae8f-48cc86527f22]
1219
description = "can calculate public key using private key"
1320

21+
[0d25f8d7-4897-4338-a033-2d3d7a9af688]
22+
description = "can calculate public key when given a different private key"
23+
1424
[cd02ad45-3f52-4510-99cc-5161dad948a8]
1525
description = "can calculate secret using other party's public key"
1626

0 commit comments

Comments
 (0)