File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
exercises/practice/diffie-hellman/.meta Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 44 ],
55 "contributors" : [
66 " ankorGH" ,
7+ " jagdish-15" ,
78 " rchavarria" ,
89 " serixscorpio" ,
910 " SleeplessByte" ,
Original file line number Diff line number Diff line change 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 ]
916description = " private key is random"
1017
1118[b4161d8e-53a1-4241-ae8f-48cc86527f22 ]
1219description = " 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 ]
1525description = " can calculate secret using other party's public key"
1626
You can’t perform that action at this time.
0 commit comments