mc2-project / mc2-project/mc2

Generate public key in `generate_keypair()`

Open
#147 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue help wanted
Dominant language
C++
Stars
304
Forks
45
PR merge metrics
No merged PRs in 30d

Description

Currently, generate_keypair() outputs a private key and a certificate. We should modify this function to also generate and output a public key.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in python-package/mc2client/core.py at generate_keypair(), using the linked location as the entry point. Inspect how the function currently outputs the private key and certificate, then verify that its output also includes a public key. Check the existing test coverage for this function, if present, and confirm the updated output preserves the current values.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
security
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.