[V2] diffie-hellman: add test template
See original GitHub issueTask
Create a test template file for diffie-hellman
Details
- If this is your first time contributing to this repository, welcome!
- Contributing to a repository on GitHub requires a fork
- Create a branch on your local repository called
diffie-hellman-add-test-template
- Run:
git checkout -b diffie-hellman-add-test-template
- Run:
- Clone problem-specifications repository; this is used to populate the template
- Run:
git clone https://github.com/exercism/problem-specifications ../problem-specifications
- Run:
- Create
exercises/diffie-hellman/.meta/template.j2
- See Generator Documentation for more information
- Generate test file from new template
- Run:
bin/generate_tests.py diffie-hellman
- Run:
At this point, if the generator fails, or you are otherwise stuck, please feel free to reach out! It is perfectly acceptable to submit an incomplete PR in order to get feedback or assistance.
Resources
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Additional Diffie-Hellman Tests for the Internet Key Exchange ...
Additional Diffie-Hellman Tests for the Internet Key Exchange Protocol Version 2 (IKEv2) RFC 6989. Versions:
Read more >The Diffie-Hellman Key Exchange - Eric Gustin - Medium
Here we will work through an example of the Miller-Rabin Primality Test where n and (n-1)/2 are shown to be pseudoprime. Part 1:...
Read more >Understanding and verifying security of Diffie-Hellman ...
Diffie -Hellman: Mixing the color of security Both parties start with a publicly known “base color.” They mix it with a secret color...
Read more >Diffie-hellman key exchange (video) - Khan Academy
This is known as a "man in the middle attack". In practice one needs to add in some extra steps to incorporate authentication...
Read more >About Diffie-Hellman Groups - WatchGuard Technologies
Diffie -Hellman (DH) groups determine the strength of the key used in the key exchange process. Within a group type (MODP or ECP),...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pyropy
Missed that this was fixed and merged. Closing.