Update RSA key generation docs #1273

Merged
exarkun merged 2 commits from 3993.calibrate-cost-reports into master 2023-03-22 18:25:47 +00:00
exarkun commented 2023-03-22 13:06:06 +00:00 (Migrated from github.com)
https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3993
exarkun (Migrated from github.com) reviewed 2023-03-22 13:08:34 +00:00
@ -178,4 +178,2 @@
# RSA key generation for a 2048 bit key takes between 0.8 and 3.2
# secs
signer, verifier = rsa.create_signing_keypair(keysize)
return defer.succeed( (verifier, signer) )
exarkun (Migrated from github.com) commented 2023-03-22 13:08:33 +00:00

Instead of updating this one I just took it out. I don't see the point of commenting on the performance cost of this one operation specifically.

Instead of updating this one I just took it out. I don't see the point of commenting on the performance cost of this one operation specifically.
coveralls commented 2023-03-22 13:51:32 +00:00 (Migrated from github.com)

Coverage Status

Coverage: 94.909% (+0.007%) from 94.902% when pulling c1de2efd2d on exarkun:3993.calibrate-cost-reports into 559e2ecdab on tahoe-lafs:master.

[![Coverage Status](https://coveralls.io/builds/58116902/badge)](https://coveralls.io/builds/58116902) Coverage: 94.909% (+0.007%) from 94.902% when pulling **c1de2efd2d97d4bc79afb40fe0f9dfe6c450b01b on exarkun:3993.calibrate-cost-reports** into **559e2ecdab5daa79ee5b5587ba7cf0d5ce5e8a95 on tahoe-lafs:master**.
meejah (Migrated from github.com) approved these changes 2023-03-22 18:22:58 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/tahoe-lafs#1273
No description provided.