question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[V2] diffie-hellman: add test template

See original GitHub issue

Task

Create a test template file for diffie-hellman

Details

  1. If this is your first time contributing to this repository, welcome!
    • Contributing to a repository on GitHub requires a fork
  2. Create a branch on your local repository called diffie-hellman-add-test-template
    • Run: git checkout -b diffie-hellman-add-test-template
  3. Clone problem-specifications repository; this is used to populate the template
    • Run: git clone https://github.com/exercism/problem-specifications ../problem-specifications
  4. Create exercises/diffie-hellman/.meta/template.j2
  5. Generate test file from new template
    • Run: bin/generate_tests.py diffie-hellman

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:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
cmccandlesscommented, May 6, 2020

@pyropy

Is this stale issue Yes or I could take it? Also yes. Contributors always welcome!

0reactions
BethanyGcommented, Jun 16, 2021

Missed that this was fixed and merged. Closing.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found