Update RSA key generation docs #1273
No reviewers
Labels
No Label
Benchmarking and Performance
HTTP Storage Protocol
Nevow Removal
Python 3 Porting
not-for-merge
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tahoe-lafs/tahoe-lafs#1273
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "3993.calibrate-cost-reports"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3993
@ -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) )
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.
Coverage: 94.909% (+0.007%) from 94.902% when pulling
c1de2efd2d
on exarkun:3993.calibrate-cost-reports into559e2ecdab
on tahoe-lafs:master.