#3993 closed defect (fixed)

Uncalibrated reports of the amount of time required to generate an RSA key appear in the documentation

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

docs/performance.rst, docs/specifications/dirnodes.rst, and a comment in src/allmydata/client.py all make a claim about how long it takes to generate a 2048 bit RSA keypair.

The claims are without reference to a date or reference piece of hardware. They're all also quite old and probably miss the real cost to users in 2023 by at least an order of magnitude.

Refresh them and add some frame of reference.

Change History (1)

comment:1 Changed at 2023-03-22T18:25:53Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 95677cc/trunk:

Merge pull request #1273 from exarkun/3993.calibrate-cost-reports

Update RSA key generation docs

Fixes: ticket:3993

Note: See TracTickets for help on using tickets.